Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dbounds.hpp44 struct get_impl struct
46 typedef mpl::bool_< ::std::numeric_limits<N>::is_integer > is_int ;
48 typedef Integral<N> impl_int ;
49 typedef Float <N> impl_float ;
51 typedef typename mpl::if_<is_int,impl_int,impl_float>::type type ;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp103 class get_impl<I, tuple<Head, Values...> > class
116 class get_impl<0, tuple<Head, Values...> > class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp591 …reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base
592 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp708 reference_const_type get_impl() const { return m_storage.ref() ; } in get_impl() function in boost::optional_detail::optional_base
709 reference_type get_impl() { return m_storage.ref() ; } in get_impl() function in boost::optional_detail::optional_base