Function compiletime::abs¶
function abs(T) math¶
template <typename T>
constexpr inline T abs(T x) { … } Compile-time absolute value.
| T | Value type. |
| x | Input value. |
Magnitude of x. |
Fully qualified name: kfr::compiletime::abs(T)
Declared at math/compiletime.hpp:77
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.