Contains unsafe cast as operators.
- Header
-
- Namespace
- xtd
- Library
- xtd.core
|
|
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: