Function val_of¶
function val_of(cval_t<T, value>) meta¶
template <typename T, T value>
constexpr KFR_INTRINSIC T val_of(cval_t<T, value>) noexcept { … } Extracts the value from a cval_t constant
| T | underlying value type |
| value | the wrapped value |
Fully qualified name: kfr::val_of(cval_t<T, value>)
Declared at meta.hpp:148
Function val_of¶
function val_of(T) meta¶
template <typename T>
constexpr KFR_INTRINSIC T val_of(T value) noexcept { … } Returns the value itself (overload for runtime values)
Fully qualified name: kfr::val_of(T)
Declared at meta.hpp:155
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.