Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
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 ;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp444 …reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base
445 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl() function in boost::optional_detail::optional_base