std::as_cast<To, From>
as_cast<To, From>
Performs a safe cast from one type to another
Signature
fn <To, From> as_cast(value: From) -> To;
Specifiers
constexpr
as_cast<To, From>
Performs a safe cast from one type to another
fn <To, From> as_cast(value: From) -> To;
constexpr