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

Function base

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

Source from the content-addressed store, hash-verified

258 return base_;
259 }
260 constexpr V base() && { return std::move(base_); }
261
262 constexpr V replacement() const &
263#if BOOST_PARSER_USE_CONCEPTS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected