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

Method _write_it

src/libcpp/containers/fixed_array.hpp:218–224  ·  view source on GitHub ↗

--------------------------------------- write iterators */

Source from the content-addressed store, hash-verified

216
217/*--------------------------------------- write iterators */
218 __inline_call _write_it head (
219 )
220 { /* return iterator to head of array */
221 size_type _off = 0;
222 self_type *_obj = (self_type *)this ;
223 return _write_it(this->_data + _off, _obj);
224 }
225
226 __inline_call _write_it tail (
227 )

Callers

nothing calls this directly

Calls 1

_write_itFunction · 0.70

Tested by

no test coverage detected