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

Function end

include/boost/parser/replace.hpp:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271 constexpr auto begin() { return iterator<false>{this}; }
272 constexpr auto end() { return sentinel<false>{}; }
273
274 constexpr auto begin() const
275#if BOOST_PARSER_USE_CONCEPTS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected