Function compiletime::trunc¶
function trunc(T) math¶
template <typename T>
constexpr inline T trunc(T x) { … } Compile-time truncation toward zero.
| T | Value type (must be representable as a long long). |
| x | Value to truncate. |
x truncated to an integer of type T. |
Fully qualified name: kfr::compiletime::trunc(T)
Declared at math/compiletime.hpp:64
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.