Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintegral_constant.hpp20 struct integral_constant : public mpl::integral_c<T, val> struct
22 typedef integral_constant<T,val> type;
25 template<> struct integral_constant<bool,true> : public mpl::true_ struct
30 typedef mpl::true_ base_;
34 typedef integral_constant<bool,true> type;
36 template<> struct integral_constant<bool,false> : public mpl::false_ struct
41 typedef mpl::false_ base_;
45 typedef integral_constant<bool,false> type;