|
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 (byte_t 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 (char value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char16_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char16_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char32_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char32_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char8_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (char8_t 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 (const char16_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char32_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const char8_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 > |
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 > |
std::shared_ptr< new_type_t > | as (const std::shared_ptr< current_type_t > &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 (const 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 (const std::u8string &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 (const wchar_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (const xtd::ustring &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 > |
new_type_t * | as (current_type_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (decimal_t 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_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (int32_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (int64_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (llong_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (sbyte_t 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 , typename current_type_t > |
std::shared_ptr< new_type_t > | as (std::shared_ptr< current_type_t > &&value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
std::shared_ptr< new_type_t > | as (std::shared_ptr< current_type_t > &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 (std::u16string &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 (std::u8string &value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
std::unique_ptr< new_type_t > | as (std::unique_ptr< current_type_t > &&value) |
| Casts a type into another type.
|
|
template<typename new_type_t , typename current_type_t > |
std::unique_ptr< new_type_t > | as (std::unique_ptr< current_type_t > &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 (uint16_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (uint32_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (uint64_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (ullong_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (wchar_t *value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (wchar_t value) |
| Casts a type into another type.
|
|
template<typename new_type_t > |
new_type_t | as (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (bool value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const char8_t *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 > (const 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 > (const std::u8string &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 > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (decimal_t 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_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (std::any value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
bool | as< bool > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (double value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (float value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
byte_t | as< byte_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (bool value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const char8_t *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 > (const 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 > (const std::u8string &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 > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (decimal_t 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_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char | as< char > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (double value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (float value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char16_t | as< char16_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (double value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (float value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char32_t | as< char32_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (double value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (float value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
char8_t | as< char8_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (double value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (float value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
decimal_t | as< decimal_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (bool value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const char8_t *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 > (const 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 > (const std::u8string &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 > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (decimal_t 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_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (std::any value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
double | as< double > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (bool value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const char8_t *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 > (const 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 > (const std::u8string &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 > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (decimal_t 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_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (std::any value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
float | as< float > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (double value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (float value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int16_t | as< int16_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (double value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (float value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int32_t | as< int32_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (double value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (float value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
int64_t | as< int64_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (double value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (float value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
llong_t | as< llong_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (double value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (float value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
sbyte_t | as< sbyte_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (char *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const char *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (std::string &value) |
|
template<> |
std::string | as< std::string > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::string | as< std::string > (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (char *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const char *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u16string | as< std::u16string > (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (char *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const char *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u32string | as< std::u32string > (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (char *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const char *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::u8string | as< std::u8string > (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (char *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const char *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
std::wstring | as< std::wstring > (xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (double value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (float value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint16_t | as< uint16_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (double value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (float value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint32_t | as< uint32_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (double value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (float value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
uint64_t | as< uint64_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (double value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (float value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
ullong_t | as< ullong_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (bool value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (byte_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (char value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (double value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (float value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int16_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int32_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (int64_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (llong_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (sbyte_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (std::any value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint16_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint32_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (uint64_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (ullong_t value, byte_t from_base) |
| Casts a type into another type.
|
|
template<> |
ustring | as< ustring > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (bool value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (byte_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char16_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char32_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (char8_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const char *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (decimal_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (double value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (float value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (int16_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (int32_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (int64_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (llong_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (sbyte_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (std::any value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (uint16_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (uint32_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (uint64_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (ullong_t value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
wchar_t | as< wchar_t > (wchar_t value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char16_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char32_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char8_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char16_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char32_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char8_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const xtd::ustring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u16string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u32string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u8string &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::wstring &value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (wchar_t *value) |
| Casts a type into another type.
|
|
template<> |
xtd::ustring | as< xtd::ustring > (xtd::ustring &value) |
| Casts a type into another type.
|
|
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 , 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 type_t > |
bool | is (std::any 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 (std::shared_ptr< current_type_t > &value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< bool > (bool value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< decimal_t > (decimal_t 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< int16_t > (int16_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int32_t > (int32_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int64_t > (int64_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< int8_t > (int8_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< llong_t > (llong_t 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<> |
bool | is< uint16_t > (uint16_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint32_t > (uint32_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint64_t > (uint64_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< uint8_t > (uint8_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
template<> |
bool | is< ullong_t > (ullong_t value) |
| Checks if the result of an expression is compatible with a given type.
|
|
byte_t | operator""_b (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (long double n) |
| Used to convert specified value into byte.
|
|
byte_t | operator""_b (unsigned long long n) |
| Used to convert specified value into byte.
|
|
char32_t | operator""_c (char c) |
| Used to convert specified value into char32._t.
|
|
char32_t | operator""_c (char16_t c) |
| Used to convert specified value into char32._t.
|
|
char32_t | operator""_c (char32_t c) |
| Used to convert specified value into char32._t.
|
|
char32_t | operator""_c (unsigned long long c) |
| Used to convert specified value into char32._t.
|
|
char32_t | operator""_c (wchar_t c) |
| Used to convert specified value into char32._t.
|
|
double | operator""_d (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
double | operator""_d (const wchar_t *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.
|
|
float | operator""_f (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
float | operator""_f (const wchar_t *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.
|
|
xtd::ustring | operator""_s (const char *s, size_t n) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (const char16_t *s, size_t n) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (const char32_t *s, size_t n) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (const char8_t *s, size_t n) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (const wchar_t *s, size_t n) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (long double s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_s (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
int16_t | operator""_s16 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (long double n) |
| Used to convert specified value into byte.
|
|
int16_t | operator""_s16 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (long double n) |
| Used to convert specified value into byte.
|
|
int32_t | operator""_s32 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (long double n) |
| Used to convert specified value into byte.
|
|
int64_t | operator""_s64 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (long double n) |
| Used to convert specified value into byte.
|
|
int8_t | operator""_s8 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
xtd::ustring | operator""_sb (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb16 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb32 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb64 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sb8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sx (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sX (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sx2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sX2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sx4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sX4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sx8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
xtd::ustring | operator""_sX8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring.
|
|
const char * | operator""_t (const char *s, size_t n) |
| Used to translate specified string into locale.
|
|
xtd::ustring | operator""_t (const char16_t *s, size_t n) |
| Used to translate specified string into locale.
|
|
xtd::ustring | operator""_t (const char32_t *s, size_t n) |
| Used to translate specified string into locale.
|
|
xtd::ustring | operator""_t (const char8_t *s, size_t n) |
| Used to translate specified string into locale.
|
|
xtd::ustring | operator""_t (const wchar_t *s, size_t n) |
| Used to translate specified string into locale.
|
|
uint16_t | operator""_u16 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (long double n) |
| Used to convert specified value into byte.
|
|
uint16_t | operator""_u16 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (long double n) |
| Used to convert specified value into byte.
|
|
uint32_t | operator""_u32 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (long double n) |
| Used to convert specified value into byte.
|
|
uint64_t | operator""_u64 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (const char *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (const char16_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (const char32_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (const char8_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (long double n) |
| Used to convert specified value into byte.
|
|
uint8_t | operator""_u8 (unsigned long long n) |
| Used to convert specified value into byte.
|
|
std::ostream & | operator<< (std::ostream &os, architecture_id value) |
|
std::ostream & | operator<< (std::ostream &os, build_type value) |
|
std::ostream & | operator<< (std::ostream &os, compiler_id value) |
|
std::ostream & | operator<< (std::ostream &os, environment_variable_target value) |
|
std::ostream & | operator<< (std::ostream &os, language_id value) |
|
std::ostream & | operator<< (std::ostream &os, platform_id value) |
|
std::ostream & | operator<< (std::ostream &os, xtd::string_split_options options) |
|
std::wostream & | operator<< (std::wostream &os, architecture_id value) |
|
std::wostream & | operator<< (std::wostream &os, build_type value) |
|
std::wostream & | operator<< (std::wostream &os, compiler_id value) |
|
std::wostream & | operator<< (std::wostream &os, environment_variable_target value) |
|
std::wostream & | operator<< (std::wostream &os, language_id value) |
|
std::wostream & | operator<< (std::wostream &os, platform_id value) |
|
template<typename value_t > |
value_t | parse (const std::string &str) |
| Convert a type into a string.
|
|
template<typename value_t > |
value_t | parse (const std::string &str, const std::string &fmt) |
| Convert a type into a string.
|
|
template<typename value_t > |
value_t | parse (const std::string &str, number_styles) |
| Convert a type into a string.
|
|
template<typename value_t > |
value_t | parse (const std::u16string &str) |
| Convert a type into a string.
|
|
template<typename value_t > |
value_t | parse (const std::u32string &str) |
| Convert a type into a string.
|
|
template<typename value_t > |
value_t | parse (const std::wstring &str) |
| Convert a type into a string.
|
|
template<> |
bool | parse< bool > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
char | parse< char > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
char | parse< char > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
double | parse< double > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
double | parse< double > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
drawing::color | parse< drawing::color > (const std::string &str) |
| Creates a xtd::drawing::color class from the specified name.
|
|
template<> |
drawing::point | parse< drawing::point > (const std::string &str) |
|
template<> |
drawing::size | parse< drawing::size > (const std::string &str) |
|
template<> |
float | parse< float > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
float | parse< float > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
int | parse< int > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
int | parse< int > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
int8_t | parse< int8_t > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
int8_t | parse< int8_t > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
long | parse< long > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
long | parse< long > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
long double | parse< long double > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
long double | parse< long double > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
long long | parse< long long > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
long long | parse< long long > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
short | parse< short > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
short | parse< short > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
std::string | parse< std::string > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned char | parse< unsigned char > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned char | parse< unsigned char > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
unsigned int | parse< unsigned int > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned int | parse< unsigned int > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
unsigned long | parse< unsigned long > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned long | parse< unsigned long > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
unsigned long long | parse< unsigned long long > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned long long | parse< unsigned long long > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<> |
unsigned short | parse< unsigned short > (const std::string &str) |
| Convert a type into a string.
|
|
template<> |
unsigned short | parse< unsigned short > (const std::string &str, number_styles styles) |
| Convert a type into a string.
|
|
template<class type_t , class function_t > |
void | register_any_stringer (const function_t &func) |
| Register an any stringer method for a specified type.
|
|
template<> |
std::string | to_string (const bool &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const bool &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const char &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const char &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const char16_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const char16_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const char32_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const char32_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const char8_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const char8_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const double &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const double &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const float &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const float &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const int &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const int &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const int8_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const int8_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const long &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const long &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const long double &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const long double &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const long long &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const long long &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const short &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const short &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<typename type_t , typename Period > |
std::string | to_string (const std::chrono::duration< type_t, Period > &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<typename type_t , typename Period > |
std::wstring | to_string (const std::chrono::duration< type_t, Period > &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const std::chrono::system_clock::time_point &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const std::chrono::system_clock::time_point &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const std::tm &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const std::tm &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const std::wstring &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const unsigned char &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const unsigned char &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const unsigned int &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const unsigned int &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const unsigned long &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const unsigned long &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const unsigned long long &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const unsigned long long &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const unsigned short &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const unsigned short &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<typename value_t > |
std::string | to_string (const value_t &value, const std::string &fmt) |
| Convert a specified value into a string with specified format.
|
|
template<typename value_t > |
std::string | to_string (const value_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<typename value_t > |
std::wstring | to_string (const value_t &value, const std::wstring &fmt) |
| Convert a specified value into a string with specified format.
|
|
template<typename value_t > |
std::wstring | to_string (const value_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::string | to_string (const wchar_t &value, const std::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
template<> |
std::wstring | to_string (const wchar_t &value, const std::wstring &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale.
|
|
ustring | to_ustring (double val) |
| Converts a floating point integer to xtd::ustring.
|
|
ustring | to_ustring (float val) |
| Converts a floating point to xtd::ustring.
|
|
ustring | to_ustring (int val) |
| Converts a signed integer to xtd::ustring.
|
|
ustring | to_ustring (long double val) |
| Converts a floating point to xtd::ustring.
|
|
ustring | to_ustring (long long val) |
| Converts a signed integer to xtd::ustring.
|
|
ustring | to_ustring (long val) |
| Converts a signed integer to xtd::ustring.
|
|
template<typename type_t > |
ustring | to_ustring (type_t val) |
| Converts a type_t to xtd::ustring.
|
|
ustring | to_ustring (unsigned long long val) |
| Converts an unsigned integer to xtd::ustring.
|
|
ustring | to_ustring (unsigned long val) |
| Converts an unsigned integer to xtd::ustring.
|
|
ustring | to_ustring (unsigned val) |
| Converts an unsigned integer to xtd::ustring.
|
|
template<typename value_t , typename char_t > |
bool | try_parse (const char_t *str, value_t &value) |
| Convert a type into a string.
|
|
template<typename value_t , typename char_t > |
bool | try_parse (const std::basic_string< char_t > &str, value_t &value) |
| Convert a type into a string.
|
|
template<typename ... Args> |
void | unused (Args &&... args) |
| It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when the variable or typedef can't be removed or commented out, e.g. when some blocks of the code are conditionally activated.
|
|