Searched defs:integral_constant (Results 1 – 1 of 1) sorted by relevance
20 struct integral_constant : public mpl::integral_c<T, val> struct22 typedef integral_constant<T,val> type;25 template<> struct integral_constant<bool,true> : public mpl::true_ struct30 typedef mpl::true_ base_;34 typedef integral_constant<bool,true> type;36 template<> struct integral_constant<bool,false> : public mpl::false_ struct41 typedef mpl::false_ base_;45 typedef integral_constant<bool,false> type;