Meta-function converting, if necessary, to "a floating point" type. More...
#include <promote_floating_point.hpp>
Public Types | |
typedef boost::mpl::if_ < boost::is_integral< T > , PromoteIntegerTo, T >::type | type |
Meta-function converting, if necessary, to "a floating point" type.
typedef boost::mpl::if_< boost::is_integral<T>, PromoteIntegerTo, T >::type boost::geometry::promote_floating_point< T, PromoteIntegerTo >::type |