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

Function begin

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

Source from the content-addressed store, hash-verified

54 constexpr V base() && { return std::move(base_); }
55
56 constexpr auto begin() { return iterator<false>{this}; }
57 constexpr auto end() { return sentinel<false>{}; }
58
59 constexpr auto begin() const

Callers 15

subrangeMethod · 0.70
parser.hppFile · 0.70
beginMethod · 0.70
make_char_rangeFunction · 0.70
make_input_subrangeFunction · 0.70
make_view_beginFunction · 0.70
callMethod · 0.70
char_set_parserMethod · 0.70
callMethod · 0.70
json.hppFile · 0.50
valueMethod · 0.50
operator=Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected