xtd 0.2.0
Loading...
Searching...
No Matches
Inheritance diagram for xtd::unsafe:
xtd::static_object

Definition

Contains unsafe cast as operators.

Header
#include <xtd/unsafe>
Namespace
xtd
Library
xtd.core

Static Public Member Functions

template<class to_type, class from_type>
static constexpr auto as (from_type &&value) -> to_type
template<class to_type, class from_type>
static constexpr auto as (from_type &&value) -> to_type
template<class to_type, class from_type>
static constexpr auto as (const from_type *value) -> to_type *
template<class to_type, class from_type>
static constexpr auto as (from_type *value) -> const to_type *

The documentation for this class was generated from the following file: