Function choose_const_fallback¶
function choose_const_fallback(C1) meta¶
template <typename T, typename C1>
constexpr KFR_INTRINSIC T choose_const_fallback(C1 c1) noexcept { … } Single-argument fallback: converts
c1 to T
Fully qualified name: kfr::choose_const_fallback(C1)
Declared at meta.hpp:1504
Function choose_const_fallback¶
function choose_const_fallback(C1, Cs...) meta¶
template <typename T, typename C1, typename... Cs>
constexpr KFR_INTRINSIC T choose_const_fallback(C1 c1, Cs... constants) noexcept { … }
| T | target type |
| C1 | first candidate type |
| Cs | remaining candidate types |
Fully qualified name: kfr::choose_const_fallback(C1, Cs...)
Declared at meta.hpp:1543
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.