Function implicit_cast¶
function implicit_cast(U &&) meta¶
template <typename T, typename U>
KFR_INTRINSIC constexpr static T implicit_cast(U&& value) noexcept { … }
| T | target type |
| U | source type |
Fully qualified name: kfr::implicit_cast(U &&)
Declared at meta.hpp:1705
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.