#include "__xtd_std_version.h"
Contains xtd::as method.
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<> | |
char8 | xtd::as< char8 > (std::any value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (bool value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char8 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (wchar value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (decimal value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (double value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (float value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int64 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (slong value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (sbyte value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint64 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char8 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char16 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char32 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (wchar *value) |
Casts a type into another type. | |