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

Method next

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

Source from the content-addressed store, hash-verified

35 constexpr S end() const { return last_; }
36
37 [[nodiscard]] constexpr subrange next(std::ptrdiff_t n = 1) const
38 {
39 return subrange{detail::text::detail::next(first_), last_};
40 }
41 [[nodiscard]] constexpr subrange prev(std::ptrdiff_t n = 1) const
42 {
43 return subrange{detail::text::detail::prev(first_), last_};

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected