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

Method _write_it

src/libcpp/containers/basic_stack.hpp:273–278  ·  view source on GitHub ↗

------------------------------ "write" access iterators */

Source from the content-addressed store, hash-verified

271
272/*------------------------------ "write" access iterators */
273 __inline_call _write_it head (
274 )
275 {/*---- return iterator for list head */
276 self_type *_obj = (self_type *)this;
277 return _write_it(this->_hptr, _obj);
278 }
279
280 __inline_call _write_it tend (
281 )

Callers

nothing calls this directly

Calls 1

_write_itFunction · 0.70

Tested by

no test coverage detected