|
template<typename type_t > |
auto | boxing (const type_t &value) noexcept |
| Allows to box an object.
|
|
template<typename type_t , typename ... args_t> |
box< type_t > | boxing (args_t &&...args) noexcept |
| Allows to box an object.
|
|
std::ostream | cnull (nullptr) |
| Provides a null std::ostream.
|
|
std::ostream | ctrace (nullptr) |
| Provides an std::ostream for xtd::diagnostics::trace.
|
|
template<typename type_t > |
void | delete_ptr (sptr< type_t > &ptr) |
| xtd::delete_ptr operator delete a xtd::sptr or xtd::ptr object.
|
|
template<typename type_t > |
void | delete_ptr (uptr< type_t > &ptr) |
| xtd::delete_ptr operator delete a xtd::uptr object.
|
|
template<typename type_t > |
void | delete_sptr (sptr< type_t > &ptr) |
| xtd::delete_sptr operator delete a xtd::sptr or xtd::ptr object.
|
|
template<typename type_t > |
void | delete_uptr (uptr< type_t > &ptr) |
| xtd::delete_uptr operator delete a xtd::uptr object.
|
|
template<typename ... args_t> |
xtd::string | format (const xtd::string &fmt, args_t &&... args) |
| Writes the text representation of the specified arguments list, to string using the specified format information.
|
|
template<typename ... args_t> |
xtd::u8string | format (const xtd::u8string &fmt, args_t &&... args) |
| Writes the text representation of the specified arguments list, to string using the specified format information.
|
|
template<typename ... args_t> |
xtd::u16string | format (const xtd::u16string &fmt, args_t &&... args) |
| Writes the text representation of the specified arguments list, to string using the specified format information.
|
|
template<typename ... args_t> |
xtd::u32string | format (const xtd::u32string &fmt, args_t &&... args) |
| Writes the text representation of the specified arguments list, to string using the specified format information.
|
|
template<typename ... args_t> |
xtd::wstring | format (const xtd::wstring &fmt, args_t &&... args) |
| Writes the text representation of the specified arguments list, to string using the specified format information.
|
|
const std::error_category & | h_result_category () noexcept |
| Obtains a reference to the static error category object for h_result errors. The object is required to override the virtual function error_category::name() to return a pointer to the string "h_result_category". It is used to identify error conditions that correspond to the xtd::h_result error codes.
|
|
template<typename type_t > |
type_t | as (any_object &o) |
| Casts a type into another type.
|
|
template<typename type_t > |
type_t | as (const any_object &o) |
|
template<> |
bool | as< bool > (std::any value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (bool value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char8 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char16 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char32 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (wchar value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (decimal value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (double value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (float value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (int16 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (int32 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (int64 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (slong value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::any value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (bool value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char8 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (wchar value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (decimal value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (double value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (float value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (int16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (int32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (int64 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (slong value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
xtd::byte | as< xtd::byte > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (bool value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char8 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char16 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char32 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (wchar value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (decimal value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (double value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (float value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (int16 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (int32 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (int64 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (slong value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (bool value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (double value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (float value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (slong value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
char16 | as< char16 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (bool value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (double value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (float value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (slong value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
char32 | as< char32 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (bool value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (double value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (float value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (slong value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
char8 | as< char8 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::any value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (bool value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char8 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char16 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char32 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (wchar value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (decimal value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (double value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (float value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (int16 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (int32 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (int64 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (slong value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const char *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
decimal | as< decimal > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::any value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (bool value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char8 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char16 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char32 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (wchar value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (decimal value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (double value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (float value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (int16 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (int32 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (int64 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (slong value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::any value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (bool value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char8 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char16 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char32 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (wchar value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (decimal value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (double value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (float value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (int16 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (int32 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (int64 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (slong value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (wchar *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::any value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (bool value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (xtd::byte value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char8 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char16 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char32 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (wchar value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (decimal value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (double value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (float value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (int16 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (int32 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (int64 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (slong value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (sbyte value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (uint16 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (uint32 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (uint64 value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (xtd::ulong value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const xtd::string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (xtd::string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const std::string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const std::u8string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::u8string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const std::u16string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::u16string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const std::u32string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::u32string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const std::wstring &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (std::wstring &value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char8 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char8 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char16 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char16 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char32 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char32 *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const wchar *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (wchar *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (bool value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (double value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (float value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (slong value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
int16 | as< int16 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (bool value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (double value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (float value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (slong value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
int32 | as< int32 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (bool value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (double value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (float value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (slong value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
int64 | as< int64 > (wchar *value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
const new_type_t & | as (const current_type_t &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
new_type_t & | as (current_type_t &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
const new_type_t * | as (const current_type_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
new_type_t * | as (current_type_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
xtd::uptr< new_type_t > | as (xtd::uptr< current_type_t > &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
xtd::uptr< new_type_t > | as (xtd::uptr< current_type_t > &&value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
xtd::sptr< new_type_t > | as (const xtd::sptr< current_type_t > &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
xtd::sptr< new_type_t > | as (xtd::sptr< current_type_t > &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
xtd::sptr< new_type_t > | as (xtd::sptr< current_type_t > &&value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::any value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (bool value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char8 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char16 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char32 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (wchar value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (decimal value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (double value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (float value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (int16 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (int32 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (int64 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (slong value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const char *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
sbyte | as< sbyte > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::any value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (bool value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char8 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char16 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char32 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (wchar value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (decimal value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (double value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (float value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (int16 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (int32 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (int64 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (slong value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const char *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
slong | as< slong > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (std::any value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (bool value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (xtd::byte value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (char value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (char8 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (char16 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (char32 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (wchar value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (decimal value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (double value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (float value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int16 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int16 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int32 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int32 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int64 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (int64 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (slong value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (slong value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (sbyte value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint16 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint32 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (uint64 value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
string | as< string > (xtd::ulong value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (double value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (float value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (slong value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
uint16 | as< uint16 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (double value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (float value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (slong value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
uint32 | as< uint32 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char8 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char16 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char32 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (wchar value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (decimal value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (double value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (float value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (int16 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (int32 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (int64 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (slong value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
uint64 | as< uint64 > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::any value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (bool value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char8 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (wchar value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (decimal value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (double value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (float value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (int16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (int32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (int64 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (slong value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const xtd::string &value, xtd::byte from_base) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ulong | as< xtd::ulong > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::any value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (bool value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (xtd::byte value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char8 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char16 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char32 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (wchar value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (decimal value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (double value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (float value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (int16 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (int32 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (int64 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (slong value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (sbyte value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (uint16 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (uint32 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (uint64 value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (xtd::ulong value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (xtd::string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const char *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const char8 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char8 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const char16 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char16 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const char32 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (char32 *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (const wchar *value) |
| Casts a type into another type.
|
|
template<> |
wchar | as< wchar > (wchar *value) |
| Casts a type into another type.
|
|
template<> |
bool | is< bool > (bool value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< decimal > (decimal value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< double > (double value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< float > (float value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< sbyte > (sbyte value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int16 > (int16 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int32 > (int32 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int64 > (int64 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< slong > (slong value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< xtd::byte > (xtd::byte value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint16 > (uint16 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint32 > (uint32 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint64 > (uint64 value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< xtd::ulong > (xtd::ulong value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename type_t > |
bool | is (std::any value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< std::any > (std::any value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename type_t , typename param_t > |
bool | is (const param_t *value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename type_t , typename param_t > |
bool | is (const param_t &value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename type_t , typename param_t > |
bool | is (param_t *value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename type_t , typename param_t > |
bool | is (param_t &value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<typename new_type_t , typename current_type_t > |
bool | is (xtd::sptr< current_type_t > &value) |
| Checks if the result of an expression is compatible with a given type.
|
|
xtd::byte | operator""_b (long double n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (unsigned long long n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (const char8 *s, size_t n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (const char16 *s, size_t n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (const char32 *s, size_t n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_b (const wchar *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (long double n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (unsigned long long n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char8 *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char16 *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char32 *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const wchar *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (long double n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (unsigned long long n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char8 *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char16 *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char32 *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const wchar *s, size_t n) |
| Used to convert specified value into byte.
|
|
char32 | operator""_c (char c) |
| Used to convert specified value into char32._t.
|
|
char32 | operator""_c (char16 c) |
| Used to convert specified value into char32._t.
|
|
char32 | operator""_c (char32 c) |
| Used to convert specified value into char32._t.
|
|
char32 | operator""_c (wchar c) |
| Used to convert specified value into char32._t.
|
|
char32 | operator""_c (unsigned long long c) |
| Used to convert specified value into char32._t.
|
|
xtd::time_span | operator""_h (unsigned long long s) |
| Used to convert the specified value as hours to xtd::time_span.
|
|
sbyte | operator""_i8 (long double n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (unsigned long long n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (const char *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (const char8 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (const char16 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (const char32 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_i8 (const wchar *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
int16 | operator""_i16 (long double n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (unsigned long long n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (const char *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (const char8 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (const char16 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (const char32 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_i16 (const wchar *s, size_t n) |
| Used to convert specified value into int16.
|
|
int32 | operator""_i32 (long double n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (unsigned long long n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (const char *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (const char8 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (const char16 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (const char32 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_i32 (const wchar *s, size_t n) |
| Used to convert specified value into int32.
|
|
int64 | operator""_i64 (long double n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (unsigned long long n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (const char *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (const char8 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (const char16 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (const char32 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_i64 (const wchar *s, size_t n) |
| Used to convert specified value into int64.
|
|
xtd::time_span | operator""_m (unsigned long long s) |
| Used to convert the specified value as minutes to xtd::time_span.
|
|
xtd::time_span | operator""_min (unsigned long long s) |
| Used to convert the specified value as minutes to xtd::time_span.
|
|
xtd::time_span | operator""_ms (unsigned long long s) |
| Used to convert the specified value as millisconds to xtd::time_span.
|
|
xtd::time_span | operator""_ns (unsigned long long s) |
| Used to convert the specified value as nanoseconds to xtd::time_span.
|
|
xtd::string | operator""_s (const char *s, size_t n) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_s (const char8 *s, size_t n) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_s (const char16 *s, size_t n) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_s (const char32 *s, size_t n) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_s (const wchar *s, size_t n) |
| Used to convert specified value into xtd::string.
|
|
xtd::time_span | operator""_s (unsigned long long s) |
| Used to convert the specified value as seconds to xtd::time_span.
|
|
xtd::string | operator""_sb (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format.
|
|
xtd::string | operator""_sb2 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with two digits.
|
|
xtd::string | operator""_sb4 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with four digits.
|
|
xtd::string | operator""_sb8 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with eight digits.
|
|
xtd::string | operator""_sb16 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with sixteen digits.
|
|
xtd::string | operator""_sb32 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with thirty two digits.
|
|
xtd::string | operator""_sb64 (unsigned long long s) |
| Used to convert the specified value to xtd::string with a binary format with sixty four digits.
|
|
xtd::string | operator""_sd (long double s) |
| Used to convert the specified value to xtd::string with a decimal format.
|
|
xtd::string | operator""_sd (unsigned long long s) |
| Used to convert the specified value to xtd::string with a decimal format.
|
|
xtd::string | operator""_sx (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sx2 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sx4 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sx8 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sX (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sX2 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sX4 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
xtd::string | operator""_sX8 (unsigned long long s) |
| Used to convert specified value into xtd::string.
|
|
sbyte | operator""_s8 (long double n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (unsigned long long n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (const char *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (const char8 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (const char16 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (const char32 *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
sbyte | operator""_s8 (const wchar *s, size_t n) |
| Used to convert specified value into sbyte.
|
|
int16 | operator""_s16 (long double n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (unsigned long long n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (const char *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (const char8 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (const char16 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (const char32 *s, size_t n) |
| Used to convert specified value into int16.
|
|
int16 | operator""_s16 (const wchar *s, size_t n) |
| Used to convert specified value into int16.
|
|
int32 | operator""_s32 (long double n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (unsigned long long n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (const char *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (const char8 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (const char16 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (const char32 *s, size_t n) |
| Used to convert specified value into int32.
|
|
int32 | operator""_s32 (const wchar *s, size_t n) |
| Used to convert specified value into int32.
|
|
int64 | operator""_s64 (long double n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (unsigned long long n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (const char *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (const char8 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (const char16 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (const char32 *s, size_t n) |
| Used to convert specified value into int64.
|
|
int64 | operator""_s64 (const wchar *s, size_t n) |
| Used to convert specified value into int64.
|
|
const char * | operator""_t (const char *s, size_t n) noexcept |
| Used to translate specified string into locale.
|
|
xtd::string | operator""_t (const char8 *s, size_t n) noexcept |
| Used to translate specified string into locale.
|
|
xtd::string | operator""_t (const char16 *s, size_t n) noexcept |
| Used to translate specified string into locale.
|
|
xtd::string | operator""_t (const char32 *s, size_t n) noexcept |
| Used to translate specified string into locale.
|
|
xtd::string | operator""_t (const wchar *s, size_t n) noexcept |
| Used to translate specified string into locale.
|
|
xtd::time_span | operator""_t (unsigned long long s) |
| Used to convert the specified value as tiks to xtd::time_span.
|
|
xtd::byte | operator""_u8 (long double n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_u8 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_u8 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
xtd::byte | operator""_u8 (const char8 *s, size_t n) |
| |