MCPcopy Create free account
hub / github.com/boostorg/parser / base_reference

Function base_reference

include/boost/parser/detail/text/transcode_view.hpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 friend boost::parser::detail::stl_interfaces::access;
169 iterator_type & base_reference() noexcept { return it_; }
170 iterator_type base_reference() const { return it_; }
171
172 iterator_type it_ = iterator_type();
173

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected