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

Method end

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

Source from the content-addressed store, hash-verified

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
38 {

Callers 15

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
compile_all_tFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected