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

Function begin

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

Source from the content-addressed store, hash-verified

395 constexpr F const & f() const { return *f_.f_; }
396
397 constexpr auto begin() { return iterator<false>{this}; }
398 constexpr auto end() { return sentinel<false>{}; }
399
400 constexpr auto begin() const

Callers 2

attr_search_implFunction · 0.70
attr_search_repack_shimFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected