|
template<typename new_type_t > |
new_type_t | as (std::any value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (bool value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (byte_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char8_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char16_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char32_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (wchar_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (decimal_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (double value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (float value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (int16_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (int32_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (int64_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (llong_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (uint16_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (uint32_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (uint64_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (ullong_t value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const std::string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (std::string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const char *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char8_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char16_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (char32_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<typename new_type_t > |
new_type_t | as (wchar_t *value) |
| Casts a type into another type. More...
|
|
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. More...
|
|
template<typename new_type_t , typename current_type_t > |
new_type_t & | as (current_type_t &value) |
| Casts a type into another type. More...
|
|
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. More...
|
|
template<typename new_type_t , typename current_type_t > |
new_type_t * | as (current_type_t *value) |
| Casts a type into another type. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
template<> |
bool | as< bool > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (double value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (float value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
bool | as< bool > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
byte_t | as< byte_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (double value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (float value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char | as< char > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char16_t | as< char16_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char32_t | as< char32_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
char8_t | as< char8_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
decimal_t | as< decimal_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (double value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (float value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
double | as< double > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (double value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (float value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
float | as< float > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int16_t | as< int16_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int32_t | as< int32_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
int64_t | as< int64_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
llong_t | as< llong_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
sbyte_t | as< sbyte_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (std::string &value) |
|
template<> |
std::string | as< std::string > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::string | as< std::string > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u16string | as< std::u16string > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u32string | as< std::u32string > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::u8string | as< std::u8string > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
std::wstring | as< std::wstring > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint16_t | as< uint16_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint32_t | as< uint32_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
uint64_t | as< uint64_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const xtd::ustring &value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ullong_t | as< ullong_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (byte_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (char value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (double value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (float value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int16_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int32_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (int64_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (llong_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (sbyte_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint16_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint32_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (uint64_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
ustring | as< ustring > (ullong_t value, byte_t from_base) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (std::any value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (bool value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (byte_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char8_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char16_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char32_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (wchar_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (decimal_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (double value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (float value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (int16_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (int32_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (int64_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (llong_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (sbyte_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (uint16_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (uint32_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (uint64_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (ullong_t value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
wchar_t | as< wchar_t > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (xtd::ustring &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u8string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char8_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u16string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char16_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::u32string &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (char32_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (std::wstring &value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (const wchar_t *value) |
| Casts a type into another type. More...
|
|
template<> |
xtd::ustring | as< xtd::ustring > (wchar_t *value) |
| Casts a type into another type. More...
|
|
template<typename type_t > |
box< type_t > | boxing (const type_t &value) |
| Allows to box an object. More...
|
|
std::ostream | cnull (nullptr) |
| Provides a null std::ostream. More...
|
|
std::ostream | ctrace (nullptr) |
| Provides an std::ostream for xtd::diagnostics::trace. More...
|
|
template<typename type_t > |
bool | is (std::any value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
template<> |
bool | is< bool > (bool value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< decimal_t > (decimal_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< double > (double value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< float > (float value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< int16_t > (int16_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< int32_t > (int32_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< int64_t > (int64_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< int8_t > (int8_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< llong_t > (llong_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< std::any > (std::any value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< uint16_t > (uint16_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< uint32_t > (uint32_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< uint64_t > (uint64_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< uint8_t > (uint8_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
template<> |
bool | is< ullong_t > (ullong_t value) |
| Checks if the result of an expression is compatible with a given type. More...
|
|
byte_t | operator""_b (long double n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
byte_t | operator""_b (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
char32_t | operator""_c (char c) |
| Used to convert specified value into char32._t. More...
|
|
char32_t | operator""_c (char16_t c) |
| Used to convert specified value into char32._t. More...
|
|
char32_t | operator""_c (char32_t c) |
| Used to convert specified value into char32._t. More...
|
|
char32_t | operator""_c (wchar_t c) |
| Used to convert specified value into char32._t. More...
|
|
char32_t | operator""_c (unsigned long long c) |
| Used to convert specified value into char32._t. More...
|
|
double | operator""_d (long double n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
double | operator""_d (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (long double n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
float | operator""_f (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
xtd::ustring | operator""_s (const char *s, size_t n) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (const char8_t *s, size_t n) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (const char16_t *s, size_t n) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (const char32_t *s, size_t n) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (const wchar_t *s, size_t n) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (long double s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_s (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
int16_t | operator""_s16 (long double n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int16_t | operator""_s16 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (long double n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int32_t | operator""_s32 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (long double n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int64_t | operator""_s64 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (long double n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
int8_t | operator""_s8 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
xtd::ustring | operator""_sb (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb16 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb32 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb64 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sb8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sx (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sX (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sx2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sX2 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sx4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sX4 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sx8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
xtd::ustring | operator""_sX8 (unsigned long long s) |
| Used to convert specified value into xtd::ustring. More...
|
|
const char * | operator""_t (const char *s, size_t n) |
| Used to translate specified string into locale. More...
|
|
xtd::ustring | operator""_t (const char8_t *s, size_t n) |
| Used to translate specified string into locale. More...
|
|
xtd::ustring | operator""_t (const char16_t *s, size_t n) |
| Used to translate specified string into locale. More...
|
|
xtd::ustring | operator""_t (const char32_t *s, size_t n) |
| Used to translate specified string into locale. More...
|
|
xtd::ustring | operator""_t (const wchar_t *s, size_t n) |
| Used to translate specified string into locale. More...
|
|
uint16_t | operator""_u16 (long double n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint16_t | operator""_u16 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (long double n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint32_t | operator""_u32 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (long double n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint64_t | operator""_u64 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (long double n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (unsigned long long n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (const char *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (const char8_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (const char16_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (const char32_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
uint8_t | operator""_u8 (const wchar_t *s, size_t n) |
| Used to convert specified value into byte. More...
|
|
std::ostream & | operator<< (std::ostream &os, build_type value) |
|
std::ostream & | operator<< (std::ostream &os, xtd::string_split_options options) |
|
std::ostream & | operator<< (std::ostream &os, environment_variable_target value) |
|
std::wostream & | operator<< (std::wostream &os, build_type value) |
|
std::ostream & | operator<< (std::ostream &os, architecture_id value) |
|
std::wostream & | operator<< (std::wostream &os, environment_variable_target value) |
|
std::wostream & | operator<< (std::wostream &os, architecture_id value) |
|
std::ostream & | operator<< (std::ostream &os, compiler_id value) |
|
std::wostream & | operator<< (std::wostream &os, compiler_id value) |
|
std::ostream & | operator<< (std::ostream &os, language_id value) |
|
std::wostream & | operator<< (std::wostream &os, language_id value) |
|
template<typename value_t > |
value_t | parse (const std::string &str) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::string &str, const std::locale &locale) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::string &str, const std::string &fmt) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::string &str, number_styles) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::string &str, number_styles, const std::locale &locale) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::wstring &str) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::u16string &str) |
| Convert a string into a type. More...
|
|
template<typename value_t > |
value_t | parse (const std::u32string &str) |
| Convert a string into a type. More...
|
|
template<> |
bool | parse< bool > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
char | parse< char > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
char | parse< char > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
double | parse< double > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
double | parse< double > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More...
|
|
template<> |
double | parse< double > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
drawing::color | parse< drawing::color > (const std::string &str) |
| Creates a xtd::drawing::color class from the specified name. More...
|
|
template<> |
drawing::point | parse< drawing::point > (const std::string &str) |
|
template<> |
float | parse< float > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
float | parse< float > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More...
|
|
template<> |
float | parse< float > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
int | parse< int > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
int | parse< int > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
int8_t | parse< int8_t > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
int8_t | parse< int8_t > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
long | parse< long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
long | parse< long > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
long double | parse< long double > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
long double | parse< long double > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More...
|
|
template<> |
long double | parse< long double > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
long long | parse< long long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
long long | parse< long long > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
short | parse< short > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
short | parse< short > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
std::string | parse< std::string > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
unsigned char | parse< unsigned char > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
unsigned char | parse< unsigned char > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
unsigned int | parse< unsigned int > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
unsigned int | parse< unsigned int > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
unsigned long | parse< unsigned long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
unsigned long | parse< unsigned long > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
unsigned long long | parse< unsigned long long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
unsigned long long | parse< unsigned long long > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<> |
unsigned short | parse< unsigned short > (const std::string &str, number_styles styles) |
| Convert a string into a type. More...
|
|
template<> |
unsigned short | parse< unsigned short > (const std::string &str) |
| Convert a string into a type. More...
|
|
template<class type_t , class function_t > |
void | register_any_stringer (const function_t &func) |
| Register an any stringer method for a specified type. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
template<> |
|