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

Method prev

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

Source from the content-addressed store, hash-verified

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_};
44 }
45
46 constexpr subrange & advance(std::ptrdiff_t n)
47 {

Callers

nothing calls this directly

Calls 1

prevFunction · 0.85

Tested by

no test coverage detected