xtd 0.2.0
Loading...
Searching...
No Matches
__as_char16.hpp File Reference

Definition

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