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

Function base

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected