Function for checking if the value of the type is completely zero. More...
#include <realTraits.hpp>

Public Types | |
| using | Type = T_Type |
| See IsTotalZero. | |
Static Public Member Functions | |
| static inlinebool | isTotalZero (Type const &v) |
| Checks if the values are completely zero. | |
Function for checking if the value of the type is completely zero.
| T_Type | The type of the real value. |