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

Method _const_it

src/libcpp/containers/block_array.hpp:627–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 */
626
627 __inline_call _const_it head (
628 ) const
629 {/*--- return iterator for list head */
630 size_type _off = +0;
631 root_type *_ptr =(root_type*)&this->_block;
632 self_type *_obj =(self_type*) this;
633 return _const_it(_obj, _ptr, _off);
634 }
635
636 __inline_call _const_it tail (
637 ) const

Callers

nothing calls this directly

Calls 1

_const_itFunction · 0.85

Tested by

no test coverage detected