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