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

Function end

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

Source from the content-addressed store, hash-verified

115 { return iterator<true>{detail::begin(base_)}; }
116
117 constexpr sentinel<false> end() { return sentinel<false>{detail::end(base_)}; }
118#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
119 constexpr iterator<false> end() requires std::ranges::common_range<V>
120 { return iterator<false>{detail::end(base_)}; }

Callers 4

transcode_view.hppFile · 0.70
code_unitsFunction · 0.70
beginFunction · 0.70
unpack_rangeFunction · 0.70

Calls 4

code_unitsFunction · 0.85
beginFunction · 0.70
endMethod · 0.45
baseMethod · 0.45

Tested by

no test coverage detected