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

Function begin

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

Source from the content-addressed store, hash-verified

344 constexpr V base() && { return std::move(base_); }
345
346 constexpr auto begin() { return iterator<false>{this}; }
347 constexpr auto end() { return sentinel<false>{}; }
348
349 constexpr auto begin() const

Callers 3

callMethod · 0.70
search_implFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected