Searched defs:is_integral (Results 1 – 4 of 4) sorted by relevance
96 template <class T> struct is_integral : false_type { }; struct
37 template <class T> struct is_integral : false_type { }; struct
59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator
370 void is_integral() in is_integral() function