This class defines the basic floating_point type and dimension for a class.
More...
#include <float_traits.hpp>
Static Public Attributes |
static constexpr bool | cast_to_double = false |
static constexpr bool | is_fp = std::is_floating_point<T>::value |
static constexpr size_t | dim = 1 |
Detailed Description
template<class T>
struct float_traits< T >
This class defines the basic floating_point type and dimension for a class.
Definition at line 49 of file float_traits.hpp.
Member Typedef Documentation
Member Data Documentation
template<class T>
constexpr bool float_traits< T >::is_fp = std::is_floating_point<T>::value |
|
static |
The documentation for this struct was generated from the following file: