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

Method copy_iter

src/libcpp/containers/array.hpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188/*------------------------------ helper - copy allocation */
189
190 __inline_call void_type copy_iter (
191 size_type _size ,
192 data_type const&_dsrc,
193 __cont::null_iterator_kind
194 )
195 { /* copy _data onto object */
196 set_count(_size, __cont::tight_alloc, _dsrc) ;
197 }
198
199 template <
200 typename iter_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected