Skip to content

Class autocast_impl

class autocast_impl<Tfrom> meta

template <typename Tfrom>
struct autocast_impl { … }

Helper returned by autocast that converts to any type via static_cast .

Template parameters
Tfrom source value type

variable value

const Tfrom value

Fully qualified name: kfr::autocast_impl<Tfrom>::value

Declared at meta.hpp:1553

function operator type-parameter-1-0()

template <typename T>
KFR_MEM_INTRINSIC constexpr operator T() const noexcept { … }

Converts the stored value to

T via static_cast

Fully qualified name: kfr::autocast_impl<Tfrom>::operator type-parameter-1-0()

Declared at meta.hpp:1556

Fully qualified name: kfr::autocast_impl<Tfrom>

Declared at meta.hpp:1551

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.