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

Function begin

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

Source from the content-addressed store, hash-verified

269 constexpr V replacement() && { return std::move(replacement_); }
270
271 constexpr auto begin() { return iterator<false>{this}; }
272 constexpr auto end() { return sentinel<false>{}; }
273
274 constexpr auto begin() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected