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

Method begin

include/boost/parser/subrange.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 {}
33
34 constexpr I begin() const { return first_; }
35 constexpr S end() const { return last_; }
36
37 [[nodiscard]] constexpr subrange next(std::ptrdiff_t n = 1) const

Callers 15

diagnoseMethod · 0.45
json.hppFile · 0.45
valueMethod · 0.45
operator=Method · 0.45
json.cppFile · 0.45
parseFunction · 0.45
callback_json.cppFile · 0.45
parseFunction · 0.45
mainFunction · 0.45
compile_all_tFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected