Searched defs:get_value_or (Results 1 – 3 of 3) sorted by relevance
184 …T& get_value_or(R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<R> >::type* … in get_value_or() function in boost::optional226 …T& get_value_or(U& v, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<U> >::type* =… in get_value_or() function in boost::optional
909 …reference_const_type get_value_or ( reference_const_type v ) const { return this->is_initialized()… in get_value_or() function in boost::optional910 …reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or() function in boost::optional
1110 …reference_const_type get_value_or ( reference_const_type v ) const { return this->is_initialized()… in get_value_or() function in boost::optional1111 …reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or() function in boost::optional