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

Function begin

include/boost/parser/detail/text/transcode_iterator.hpp:3360–3360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3358 {}
3359
3360 constexpr auto begin(iterator_t<V> & it) const { return first_; }
3361 constexpr auto end(iterator_t<V> & it) const { return last_; }
3362
3363 iterator_t<V> first_;

Callers 2

first_last_storageFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected