Namespace kfr::compiletime¶
A¶
functioncompiletime::abs(T) Compile-time absolute value.
C¶
functioncompiletime::cos(T) Compile-time cosine, derived fromsin.
M¶
functioncompiletime::mulsign(T, T) Compile-time multiplication by sign of a second value.
S¶
functioncompiletime::select(bool, T, T) Compile-time conditional select between two values.functioncompiletime::sin(T) Compile-time sine, accurate to better than 1e-4.
T¶
functioncompiletime::trunc(T) Compile-time truncation toward zero.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.