Function for checking if all values of the type are finite. More...
#include <realTraits.hpp>
Public Types | |
using | Type = T_Type |
See IsTotalFinite. | |
Static Public Member Functions | |
static bool | isTotalFinite (Type const &v) |
Checks if the values are all finite. | |
Function for checking if all values of the type are finite.
T_Type | The type of the real value. |