tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_floating_point< T > |
Checks whether T is a floating-point type. Provides the member constant value which is equal to true, if T is the type float, double, long double, including any cv-qualified variants. Otherwise, value is equal to false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_floating_point_v = is_floating_point<T>::value |