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

Function base

include/boost/parser/transform_replace.hpp:393–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 return base_;
392 }
393 constexpr V base() && { return std::move(base_); }
394
395 constexpr F const & f() const { return *f_.f_; }
396

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected