MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / copy_iter

Method copy_iter

src/libcpp/containers/fixed_array.hpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 typename iter_type
120 >
121 __normal_call void_type copy_iter (
122 iter_type _head,
123 iter_type _tend,
124 __cont::base_iterator_kind
125 ) { copy_data(_head, _tend) ; }
126
127 __inline_call void_type copy_iter (
128 size_type _SIZE,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected