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