Function is_constant_val¶
function is_constant_val(T) meta¶
template <typename T>
constexpr KFR_INTRINSIC bool is_constant_val(T) noexcept { … } Returns
false for runtime values
Fully qualified name: kfr::is_constant_val(T)
Declared at meta.hpp:165
Function is_constant_val¶
function is_constant_val(cval_t<T, value>) meta¶
template <typename T, T value>
constexpr KFR_INTRINSIC bool is_constant_val(cval_t<T, value>) noexcept { … } Returns
true if the argument is a cval_t constant
Fully qualified name: kfr::is_constant_val(cval_t<T, value>)
Declared at meta.hpp:172
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.