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

Function base

include/boost/parser/split.hpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 return base_;
53 }
54 constexpr V base() && { return std::move(base_); }
55
56 constexpr auto begin() { return iterator<false>{this}; }
57 constexpr auto end() { return sentinel<false>{}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected