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

Function end

include/boost/parser/search.hpp:347–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346 constexpr auto begin() { return iterator<false>{this}; }
347 constexpr auto end() { return sentinel<false>{}; }
348
349 constexpr auto begin() const
350#if BOOST_PARSER_USE_CONCEPTS

Callers 3

callMethod · 0.70
search_implFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected