Searched defs:value_or_eval (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/optional/detail/ | ||
D | optional_reference_spec.hpp | 215 T& value_or_eval(F f) const { return ptr_ ? *ptr_ : detail::forward_reference(f()); } in value_or_eval() function in boost::optional |
D | old_optional_implementation.hpp | 1023 value_type value_or_eval ( F f ) const& in value_or_eval() function in boost::optional |
/third_party/boost/boost/optional/ | ||
D | optional.hpp | 1330 value_type value_or_eval ( F f ) const& in value_or_eval() function in boost::optional |