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

Function begin

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

Source from the content-addressed store, hash-verified

108 constexpr V base() && { return std::move(base_); }
109
110 constexpr iterator<false> begin() { return iterator<false>{detail::begin(base_)}; }
111 constexpr iterator<true> begin() const
112#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
113 requires std::ranges::range<const V>

Callers 4

transcode_view.hppFile · 0.70
code_unitsFunction · 0.70
endFunction · 0.70
unpack_rangeFunction · 0.70

Calls 4

code_unitsFunction · 0.85
endFunction · 0.70
beginMethod · 0.45
baseMethod · 0.45

Tested by

no test coverage detected