Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::archive::basic_text_oprimitive< OStream >::is_float< T > Struct Template Reference

#include <basic_text_oprimitive.hpp>

Public Types

typedef mpl::bool_
< boost::is_floating_point< T >
::value||(std::numeric_limits
< T >::is_specialized
&&!std::numeric_limits< T >
::is_integer
&&!std::numeric_limits< T >
::is_exact
&&std::numeric_limits< T >
::max_exponent) >::type 
type
 

Member Typedef Documentation

template<class OStream>
template<class T >
typedef mpl::bool_< boost::is_floating_point<T>::value || (std::numeric_limits<T>::is_specialized && !std::numeric_limits<T>::is_integer && !std::numeric_limits<T>::is_exact && std::numeric_limits<T>::max_exponent) >::type boost::archive::basic_text_oprimitive< OStream >::is_float< T >::type

The documentation for this struct was generated from the following file: