Function autocast¶
function autocast(const Tfrom &) meta¶
template <typename Tfrom>
KFR_INTRINSIC constexpr autocast_impl<Tfrom> autocast(const Tfrom& value) noexcept { … }
| Tfrom | source value type |
| value | value to convert |
Fully qualified name: kfr::autocast(const Tfrom &)
Declared at meta.hpp:1566
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.