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

Method _const_it

src/libcpp/containers/basic_stack.hpp:258–263  ·  view source on GitHub ↗

------------------------------ "const" access iterators */

Source from the content-addressed store, hash-verified

256
257/*------------------------------ "const" access iterators */
258 __inline_call _const_it head (
259 ) const
260 {/*---- return iterator for list head */
261 self_type *_obj = (self_type *)this;
262 return _const_it(this->_hptr, _obj);
263 }
264
265 __inline_call _const_it tend (
266 ) const

Callers

nothing calls this directly

Calls 1

_const_itFunction · 0.85

Tested by

no test coverage detected