HomeSort by relevance Sort by last modified time
    Searched full:is_float (Results 1 - 1 of 1) sorted by null

  /external/stlport/stlport/stl/
boost_type_traits.h 28 #include <boost/type_traits/is_float.hpp>
64 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_IsRational::__anon5993
65 typedef typename __bool2type<is_float>::_Ret _Ret;
124 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon6004
125 typedef typename __bool2type<is_float>::_Ret _IsFloat;

Completed in 694 milliseconds