Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp184 …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::optional
226 …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
H A Dold_optional_implementation.hpp909 …reference_const_type get_value_or ( reference_const_type v ) const { return this->is_initialized()… in get_value_or() function in boost::optional
910 …reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or() function in boost::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp1110 …reference_const_type get_value_or ( reference_const_type v ) const { return this->is_initialized()… in get_value_or() function in boost::optional
1111 …reference_type get_value_or ( reference_type v ) { return this->is_initialized()… in get_value_or() function in boost::optional