carl
24.04
Computer ARithmetic Library
|
States if a type is a number type. More...
#include <typetraits.h>
Static Public Attributes | |
static const bool | value = is_subset_of_rationals_type<T>::value || is_subset_of_integers_type<T>::value || is_float_type<T>::value |
Default value of this trait. More... | |
States if a type is a number type.
Default is true for rationals, integers and floats, false otherwise.
Definition at line 237 of file typetraits.h.
|
staticconstexpr |
Default value of this trait.
Definition at line 239 of file typetraits.h.