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

Function base

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

Source from the content-addressed store, hash-verified

106 constexpr V& base() & { return base_; }
107 constexpr const V& base() const& { return base_; }
108 constexpr V base() && { return std::move(base_); }
109
110 constexpr iterator<false> begin() { return iterator<false>{detail::begin(base_)}; }
111 constexpr iterator<true> begin() const

Callers 10

callMethod · 0.50
operator*Method · 0.50
iterator_interfaceClass · 0.50
operator-Function · 0.50
operator==Function · 0.50
operator++Method · 0.50
operator+=Method · 0.50
operator--Method · 0.50
operator<=>Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected