|
Geogram Version 1.9.9
A programming library of geometric algorithms
|
type traits for scalars More...
#include <geogram/basic/numeric.h>
Public Types | |
| typedef std::is_arithmetic< T >::type | type |
Static Public Attributes | |
| static constexpr bool | value = std::is_arithmetic<T>::value |
type traits for scalars
all basic C++ arithmetic types plus expansion_nt, interval_nt, rational_nt and geogramplus exact_nt. Used to avoid ambiguous declarations in scalar * vector products.
| typedef std::is_arithmetic<T>::type GEO::is_scalar< T >::type |
|
staticconstexpr |