![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Helper class template for retrieving the absolute value of scalar arithmetic types. More...
#include <TypeTraits.hpp>
Static Public Member Functions | |
| template<typename T > | |
| static T | abs (const T &t) |
| Returns the absolute value of t. More... | |
Helper class template for retrieving the absolute value of scalar arithmetic types.
| Signed | Whether the scalar type is signed or not. |
|
inlinestatic |
Returns the absolute value of t.