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