xtd 0.2.0
Loading...
Searching...
No Matches
any_cast.hpp File Reference
#include "any.hpp"

Definition

Contains xtd::any_cast alias on xtd::any_cast operators.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.

Functions

template<class type_t>
auto xtd::any_cast (const xtd::any &operand) -> type_t
 Performs type-safe access to the contained object.
template<class type_t>
auto xtd::any_cast (xtd::any &operand) -> type_t
 Performs type-safe access to the contained object.
template<class type_t>
auto xtd::any_cast (xtd::any &&operand) -> type_t
 Performs type-safe access to the contained object.
template<class type_t>
auto xtd::any_cast (xtd::any *operand) -> type_t *
 Performs type-safe access to the contained object.
template<class type_t>
auto xtd::any_cast (const xtd::any *operand) -> type_t *
 Performs type-safe access to the contained object.