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

Function end

include/boost/parser/split.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56 constexpr auto begin() { return iterator<false>{this}; }
57 constexpr auto end() { return sentinel<false>{}; }
58
59 constexpr auto begin() const
60#if BOOST_PARSER_USE_CONCEPTS

Callers 15

subrangeMethod · 0.70
parser.hppFile · 0.70
beginMethod · 0.70
endMethod · 0.70
make_char_rangeFunction · 0.70
make_input_subrangeFunction · 0.70
make_view_endFunction · 0.70
callMethod · 0.70
char_set_parserMethod · 0.70
callMethod · 0.70
json.hppFile · 0.50
valueMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected