#include "__xtd_std_version.hpp"Contains xtd::as method.
Go to the source code of this file.
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<> | |
| auto | xtd::as< std::string > (const std::string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const std::string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (std::string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const std::string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (std::string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const std::string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (std::string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const std::string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (std::string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const std::string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (std::string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const char *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const char *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const char *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const char *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const char *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const char *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (char *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (char *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (char *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (char *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (char *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (char *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const xtd::string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (xtd::string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const xtd::string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const xtd::string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (xtd::string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const xtd::string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (xtd::string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const xtd::string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (xtd::string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const xtd::string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (xtd::string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const std::u8string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (std::u8string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const std::u8string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (std::u8string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const std::u8string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (std::u8string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const std::u8string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (std::u8string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const std::u8string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (std::u8string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const std::u8string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (std::u8string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const char8 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const char8 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const char8 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const char8 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const char8 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const char8 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (char8 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (char8 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (char8 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (char8 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (char8 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (char8 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const std::u16string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (std::u16string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const std::u16string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (std::u16string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const std::u16string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (std::u16string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const std::u16string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (std::u16string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const std::u16string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (std::u16string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const std::u16string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (std::u16string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const char16 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const char16 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const char16 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const char16 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const char16 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const char16 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (char16 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (char16 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (char16 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (char16 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (char16 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (char16 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const std::u32string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (std::u32string &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const std::u32string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (std::u32string &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const std::u32string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (std::u32string &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const std::u32string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (std::u32string &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const std::u32string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (std::u32string &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const std::u32string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (std::u32string &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const char32 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const char32 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const char32 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const char32 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const char32 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const char32 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (char32 *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (char32 *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (char32 *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (char32 *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (char32 *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (char32 *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const std::wstring &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (std::wstring &value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const std::wstring &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (std::wstring &value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const std::wstring &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (std::wstring &value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const std::wstring &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (std::wstring &value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const std::wstring &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (std::wstring &value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const std::wstring &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (std::wstring &value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (const wchar *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (const wchar *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (const wchar *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (const wchar *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (const wchar *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (const wchar *value) -> std::wstring |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::string > (wchar *value) -> std::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (wchar *value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u8string > (wchar *value) -> std::u8string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u16string > (wchar *value) -> std::u16string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::u32string > (wchar *value) -> std::u32string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< std::wstring > (wchar *value) -> std::wstring |
| Casts a type into another type. | |