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

Method _write_it

src/libcpp/containers/block_array.hpp:669–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 */
668
669 __inline_call _write_it head (
670 )
671 {/*--- return iterator for list head */
672 size_type _off = +0;
673 root_type *_ptr =(root_type*)&this->_block;
674 self_type *_obj =(self_type*) this;
675 return _write_it(_obj, _ptr, _off);
676 }
677
678 __inline_call _write_it tail (
679 )

Callers

nothing calls this directly

Calls 1

_write_itFunction · 0.70

Tested by

no test coverage detected