Home
last modified time | relevance | path

Searched defs:proxy_arrow_result (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/stl_interfaces/
Diterator_interface.hpp49 struct proxy_arrow_result struct
51 constexpr proxy_arrow_result(T const & value) noexcept( in proxy_arrow_result() function
55 constexpr proxy_arrow_result(T && value) noexcept( in proxy_arrow_result() function
60 constexpr T const * operator->() const noexcept { return &value_; } in operator ->()
61 constexpr T * operator->() noexcept { return &value_; } in operator ->()
64 T value_;