xtd 0.2.0
Loading...
Searching...
No Matches
__as_int64.h File Reference

Definition

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