|
| template<class type_t> |
| type_t | any_cast (const xtd::any &operand) |
| | Performs type-safe access to the contained object.
|
| |
| template<class type_t> |
| type_t | any_cast (xtd::any &operand) |
| | Performs type-safe access to the contained object.
|
| |
| template<class type_t> |
| type_t | any_cast (xtd::any &&operand) |
| | Performs type-safe access to the contained object.
|
| |
| template<class type_t> |
| type_t * | any_cast (xtd::any *operand) |
| | Performs type-safe access to the contained object.
|
| |
| template<class type_t> |
| type_t * | any_cast (const xtd::any *operand) |
| | Performs type-safe access to the contained object.
|
| |
| template<class type_t> |
| constexpr std::add_const_t< type_t > & | as_const (type_t &type) noexcept |
| | Obtains a reference to const to its argument.
|
| |
| template<class type_t> |
| constexpr std::add_const_t< type_t > * | as_const (type_t *type) noexcept |
| | Obtains a pointer to const to its argument.
|
| |
| std::ostream | cdebug (nullptr) |
| | Provides an std::ostream for xtd::diagnostics::debug.
|
| |
| std::ostream | cnull (nullptr) |
| | Provides a null std::ostream.
|
| |
| template<class type_t> |
| reference_wrapper_object< const type_t > | create_const_reference_wrapper_object (const type_t &arg) noexcept |
| | xtd::create_const_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.
|
| |
| template<class type_t> |
| reference_wrapper_object< const type_t > | create_const_reference_wrapper_object (reference_wrapper_object< type_t > arg) noexcept |
| | xtd::create_const_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.
|
| |
| template<class type_t> |
| ref< const type_t > | create_cref (const type_t &arg) noexcept |
| | xtd::new_uptr operator. This operator creates a xtd::ref object.
|
| |
| template<class type_t> |
| ref< const type_t > | create_ref (ref< type_t > arg) noexcept |
| | xtd::new_uptr operator. This operator creates a xtd::ref object.
|
| |
| template<class type_t> |
| ref< type_t > | create_ref (type_t &arg) noexcept |
| | xtd::new_uptr operator. This operator creates a xtd::ref object.
|
| |
| template<class type_t> |
| ref< type_t > | create_ref (ref< type_t > arg) noexcept |
| | xtd::new_uptr operator. This operator creates a xtd::ref object.
|
| |
| template<class type_t> |
| reference_wrapper_object< type_t > | create_reference_wrapper_object (type_t &arg) noexcept |
| | xtd::create_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.
|
| |
| template<class type_t> |
| reference_wrapper_object< type_t > | create_reference_wrapper_object (reference_wrapper_object< type_t > arg) noexcept |
| | xtd::create_reference_wrapper_object operator. This operator creates a xtd::reference_wrapper_object object.
|
| |
| std::ostream | ctrace (nullptr) |
| | Provides an std::ostream for xtd::diagnostics::trace.
|
| |
| template<class type_t> |
| void | delete_ptr (sptr< type_t > &ptr) |
| | xtd::delete_ptr operator delete a xtd::sptr or xtd::ptr object.
|
| |
| template<class type_t> |
| void | delete_ptr (uptr< type_t > &ptr) |
| | xtd::delete_ptr operator delete a xtd::uptr object.
|
| |
| template<class type_t> |
| void | delete_shared_ptr_object (shared_ptr_object< type_t > &ptr) |
| | xtd::delete_shared_ptr_object operator delete a xtd::shared_ptr_object or xtd::ptr object.
|
| |
| template<class type_t> |
| void | delete_sptr (sptr< type_t > &ptr) |
| | xtd::delete_sptr operator delete a xtd::sptr or xtd::ptr object.
|
| |
| template<class type_t> |
| void | delete_unique_ptr_object (unique_ptr_object< type_t > &ptr) |
| | xtd::delete_unique_ptr_object operator delete a xtd::unique_ptr_object or xtd::ptr object.
|
| |
| template<class type_t> |
| void | delete_uptr (uptr< type_t > &ptr) |
| | xtd::delete_uptr operator delete a xtd::uptr object.
|
| |
|
template<class type_t, class... args_t> |
| | fixed_array (type_t, args_t...) -> fixed_array< type_t, 1+sizeof...(args_t) > |
| |
| template<class ... args_t> |
| xtd::string | format (const xtd::string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u8string | format (const xtd::u8string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u16string | format (const xtd::u16string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u32string | format (const xtd::u32string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::wstring | format (const xtd::wstring &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::string | format (const xtd::globalization::culture_info &culture, const xtd::string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u8string | format (const xtd::globalization::culture_info &culture, const xtd::u8string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u16string | format (const xtd::globalization::culture_info &culture, const xtd::u16string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u32string | format (const xtd::globalization::culture_info &culture, const xtd::u32string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::wstring | format (const xtd::globalization::culture_info &culture, const xtd::wstring &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to string using the specified format information.
|
| |
| const std::error_category & | h_result_category () noexcept |
| | Obtains a reference to the static error category object for h_result errors. The object is required to override the virtual function error_category::name() to return a pointer to the string "h_result_category". It is used to identify error conditions that correspond to the xtd::h_result error codes.
|
| |
| template<class type_t> |
| auto | as (any_object &o) -> type_t |
| | Casts a type into another type.
|
| |
| template<class type_t> |
| auto | as (const any_object &o) -> type_t |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< string > (xtd::any_object &value) -> string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< string > (const xtd::any_object &value) -> string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::any value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (bool value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::byte value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (char value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char8 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char16 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char32 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::wchar value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::decimal value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (double value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (float value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::int16 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::int32 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::int64 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::slong value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::sbyte value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::uint16 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::uint32 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::uint64 value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::ulong value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const xtd::string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const std::string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (std::string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const std::u8string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (std::u8string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const std::u16string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (std::u16string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const std::u32string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (std::u32string &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const std::wstring &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (std::wstring &value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const char *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (char *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const xtd::char8 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char8 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const xtd::char16 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char16 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const xtd::char32 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::char32 *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (const xtd::wchar *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< bool > (xtd::wchar *value) -> bool |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::any value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (bool value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::byte value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (char value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char8 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char16 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char32 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::wchar value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::decimal value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (double value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (float value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::int16 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::int32 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::int64 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::slong value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::sbyte value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::uint16 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::uint32 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::uint64 value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::ulong value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::string &value, xtd::byte from_base) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const std::string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (std::string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const std::u8string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (std::u8string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const std::u16string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (std::u16string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const std::u32string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (std::u32string &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const std::wstring &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (std::wstring &value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const char *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (char *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::char8 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char8 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::char16 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char16 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::char32 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::char32 *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (const xtd::wchar *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::byte > (xtd::wchar *value) -> xtd::byte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::any value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (bool value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::byte value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (char value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char8 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char16 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char32 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::wchar value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::decimal value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (double value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (float value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::int16 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::int32 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::int64 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::slong value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::sbyte value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::uint16 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::uint32 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::uint64 value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::ulong value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const xtd::string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const std::string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (std::string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const std::u8string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (std::u8string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const std::u16string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (std::u16string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const std::u32string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (std::u32string &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const std::wstring &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (std::wstring &value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const char *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (char *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const xtd::char8 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char8 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const xtd::char16 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char16 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const xtd::char32 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::char32 *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (const xtd::wchar *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< char > (xtd::wchar *value) -> char |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::any value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (bool value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::byte value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (char value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char8 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char16 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char32 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::wchar value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::decimal value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (double value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (float value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::int16 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::int32 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::int64 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::slong value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::sbyte value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::uint16 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::uint32 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::uint64 value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::ulong value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const xtd::string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const std::string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (std::string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const std::u8string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (std::u8string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const std::u16string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (std::u16string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const std::u32string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (std::u32string &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const std::wstring &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (std::wstring &value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const char *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (char *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const xtd::char8 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char8 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const xtd::char16 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char16 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const xtd::char32 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::char32 *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (const xtd::wchar *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char16 > (xtd::wchar *value) -> xtd::char16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::any value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (bool value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::byte value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (char value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char8 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char16 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char32 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::wchar value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::decimal value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (double value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (float value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::int16 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::int32 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::int64 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::slong value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::sbyte value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::uint16 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::uint32 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::uint64 value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::ulong value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const xtd::string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const std::string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (std::string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const std::u8string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (std::u8string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const std::u16string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (std::u16string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const std::u32string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (std::u32string &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const std::wstring &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (std::wstring &value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const char *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (char *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const xtd::char8 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char8 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const xtd::char16 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char16 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const xtd::char32 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::char32 *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (const xtd::wchar *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char32 > (xtd::wchar *value) -> xtd::char32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::any value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (bool value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::byte value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (char value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char8 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char16 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char32 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::wchar value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::decimal value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (double value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (float value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::int16 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::int32 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::int64 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::slong value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::sbyte value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::uint16 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::uint32 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::uint64 value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::ulong value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const xtd::string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const std::string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (std::string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const std::u8string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (std::u8string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const std::u16string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (std::u16string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const std::u32string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (std::u32string &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const std::wstring &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (std::wstring &value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const char *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (char *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const xtd::char8 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char8 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const xtd::char16 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char16 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const xtd::char32 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::char32 *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (const xtd::wchar *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::char8 > (xtd::wchar *value) -> xtd::char8 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::any value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (bool value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::byte value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (char value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char8 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char16 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char32 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::wchar value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::decimal value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (double value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (float value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::int16 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::int32 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::int64 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::slong value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::sbyte value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::uint16 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::uint32 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::uint64 value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::ulong value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const xtd::string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const std::string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (std::string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const std::u8string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (std::u8string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const std::u16string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (std::u16string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const std::u32string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (std::u32string &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const std::wstring &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (std::wstring &value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const char *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (char *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const xtd::char8 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char8 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const xtd::char16 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char16 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const xtd::char32 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::char32 *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (const xtd::wchar *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::decimal > (xtd::wchar *value) -> xtd::decimal |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::any value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (bool value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::byte value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (char value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char8 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char16 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char32 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::wchar value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::decimal value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (double value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (float value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::int16 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::int32 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::int64 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::slong value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::sbyte value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::uint16 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::uint32 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::uint64 value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::ulong value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const xtd::string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const std::string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (std::string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const std::u8string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (std::u8string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const std::u16string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (std::u16string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const std::u32string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (std::u32string &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const std::wstring &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (std::wstring &value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const char *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (char *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const xtd::char8 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char8 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const xtd::char16 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char16 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const xtd::char32 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::char32 *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (const xtd::wchar *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< double > (xtd::wchar *value) -> double |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::any value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (bool value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::byte value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (char value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char8 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char16 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char32 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::wchar value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::decimal value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (double value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (float value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::int16 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::int32 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::int64 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::slong value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::sbyte value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::uint16 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::uint32 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::uint64 value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::ulong value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const xtd::string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const std::string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (std::string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const std::u8string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (std::u8string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const std::u16string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (std::u16string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const std::u32string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (std::u32string &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const std::wstring &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (std::wstring &value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const char *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (char *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const xtd::char8 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char8 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const xtd::char16 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char16 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const xtd::char32 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::char32 *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (const xtd::wchar *value) -> float |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< float > (xtd::wchar *value) -> float |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::any value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (bool value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::byte value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (char value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char8 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char16 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char32 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::wchar value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::decimal value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (double value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (float value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::int16 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::int32 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::int64 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::slong value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::sbyte value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::uint16 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::uint32 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::uint64 value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::ulong value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const xtd::string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const std::string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (std::string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const std::u8string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (std::u8string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const std::u16string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (std::u16string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const std::u32string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (std::u32string &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const std::wstring &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (std::wstring &value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const char *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (char *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const xtd::char8 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char8 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const xtd::char16 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char16 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const xtd::char32 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::char32 *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (const xtd::wchar *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<class new_type_t> |
| auto | as (xtd::wchar *value) -> new_type_t |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::any value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (bool value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::byte value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (char value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char8 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char16 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char32 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::wchar value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::decimal value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (double value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (float value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::int16 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::int32 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::int64 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::slong value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::sbyte value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::uint16 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::uint32 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::uint64 value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::ulong value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::string &value, xtd::byte from_base) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const std::string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (std::string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const std::u8string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (std::u8string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const std::u16string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (std::u16string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const std::u32string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (std::u32string &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const std::wstring &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (std::wstring &value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const char *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (char *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::char8 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char8 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::char16 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char16 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::char32 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::char32 *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (const xtd::wchar *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int16 > (xtd::wchar *value) -> xtd::int16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::any value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (bool value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::byte value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (char value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char8 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char16 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char32 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::wchar value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::decimal value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (double value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (float value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::int16 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::int32 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::int64 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::slong value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::sbyte value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::uint16 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::uint32 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::uint64 value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::ulong value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::string &value, xtd::byte from_base) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const std::string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (std::string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const std::u8string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (std::u8string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const std::u16string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (std::u16string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const std::u32string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (std::u32string &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const std::wstring &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (std::wstring &value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const char *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (char *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::char8 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char8 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::char16 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char16 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::char32 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::char32 *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (const xtd::wchar *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int32 > (xtd::wchar *value) -> xtd::int32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::any value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (bool value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::byte value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (char value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char8 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char16 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char32 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::wchar value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::decimal value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (double value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (float value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::int16 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::int32 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::int64 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::slong value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::sbyte value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::uint16 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::uint32 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::uint64 value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::ulong value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::string &value, xtd::byte from_base) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const std::string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (std::string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const std::u8string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (std::u8string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const std::u16string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (std::u16string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const std::u32string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (std::u32string &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const std::wstring &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (std::wstring &value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const char *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (char *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::char8 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char8 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::char16 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char16 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::char32 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::char32 *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (const xtd::wchar *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::int64 > (xtd::wchar *value) -> xtd::int64 |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (const current_type_t &value) -> const new_type_t & |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (current_type_t &value) -> new_type_t & |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (const current_type_t *value) -> const new_type_t * |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (current_type_t *value) -> new_type_t * |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (xtd::uptr< current_type_t > &value) -> xtd::uptr< new_type_t > |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (xtd::uptr< current_type_t > &&value) -> xtd::uptr< new_type_t > |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (const xtd::sptr< current_type_t > &value) -> xtd::sptr< new_type_t > |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (xtd::sptr< current_type_t > &value) -> xtd::sptr< new_type_t > |
| | Casts a type into another type.
|
| |
| template<class new_type_t, class current_type_t> |
| auto | as (xtd::sptr< current_type_t > &&value) -> xtd::sptr< new_type_t > |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::any value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (bool value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::byte value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (char value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char8 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char16 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char32 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::wchar value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::decimal value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (double value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (float value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::int16 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::int32 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::int64 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::slong value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::sbyte value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::uint16 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::uint32 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::uint64 value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::ulong value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::string &value, xtd::byte from_base) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const std::string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (std::string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const std::u8string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (std::u8string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const std::u16string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (std::u16string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const std::u32string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (std::u32string &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const std::wstring &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (std::wstring &value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const char *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (char *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::char8 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char8 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::char16 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char16 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::char32 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::char32 *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (const xtd::wchar *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::sbyte > (xtd::wchar *value) -> xtd::sbyte |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::any value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (bool value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::byte value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (char value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char8 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char16 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char32 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::wchar value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::decimal value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (double value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (float value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::int16 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::int32 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::int64 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::slong value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::sbyte value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::uint16 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::uint32 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::uint64 value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::ulong value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::string &value, xtd::byte from_base) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const std::string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (std::string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const std::u8string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (std::u8string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const std::u16string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (std::u16string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const std::u32string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (std::u32string &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const std::wstring &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (std::wstring &value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const char *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (char *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::char8 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char8 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::char16 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char16 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::char32 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::char32 *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (const xtd::wchar *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::slong > (xtd::wchar *value) -> xtd::slong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< std::string > (const std::string &value) -> std::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::any value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (bool value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::byte value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::byte value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (char value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::char8 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::char16 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::char32 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::wchar value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::decimal value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (double value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (float value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int16 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int16 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int32 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int32 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int64 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::int64 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::slong value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::slong value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::sbyte value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::sbyte value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint16 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint16 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint32 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint32 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint64 value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::uint64 value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::ulong value) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::string > (xtd::ulong value, xtd::byte from_base) -> xtd::string |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::any value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (bool value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::byte value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (char value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char8 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char16 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char32 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::wchar value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::decimal value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (double value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (float value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::int16 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::int32 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::int64 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::slong value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::sbyte value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::uint16 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::uint32 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::uint64 value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::ulong value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::string &value, xtd::byte from_base) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const std::string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (std::string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const std::u8string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (std::u8string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const std::u16string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (std::u16string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const std::u32string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (std::u32string &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const std::wstring &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (std::wstring &value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const char *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (char *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::char8 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char8 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::char16 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char16 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::char32 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::char32 *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (const xtd::wchar *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint16 > (xtd::wchar *value) -> xtd::uint16 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::any value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (bool value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::byte value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (char value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char8 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char16 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char32 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::wchar value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::decimal value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (double value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (float value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::int16 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::int32 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::int64 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::slong value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::sbyte value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::uint16 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::uint32 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::uint64 value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::ulong value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::string &value, xtd::byte from_base) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const std::string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (std::string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const std::u8string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (std::u8string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const std::u16string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (std::u16string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const std::u32string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (std::u32string &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const std::wstring &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (std::wstring &value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const char *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (char *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::char8 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char8 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::char16 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char16 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::char32 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::char32 *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (const xtd::wchar *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint32 > (xtd::wchar *value) -> xtd::uint32 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::any value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (bool value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::byte value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (char value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char8 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char16 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char32 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::wchar value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::decimal value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (double value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (float value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::int16 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::int32 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::int64 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::slong value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::sbyte value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::uint16 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::uint32 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::uint64 value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::ulong value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::string &value, xtd::byte from_base) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const std::string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (std::string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const std::u8string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (std::u8string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const std::u16string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (std::u16string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const std::u32string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (std::u32string &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const std::wstring &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (std::wstring &value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const char *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (char *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::char8 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char8 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::char16 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char16 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::char32 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::char32 *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (const xtd::wchar *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::uint64 > (xtd::wchar *value) -> xtd::uint64 |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::any value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (bool value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::byte value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (char value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char8 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char16 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char32 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::wchar value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::decimal value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (double value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (float value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::int16 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::int32 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::int64 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::slong value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::sbyte value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::uint16 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::uint32 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::uint64 value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::ulong value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::string &value, xtd::byte from_base) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const std::string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (std::string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const std::u8string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (std::u8string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const std::u16string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (std::u16string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const std::u32string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (std::u32string &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const std::wstring &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (std::wstring &value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const char *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (char *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::char8 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char8 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::char16 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char16 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::char32 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::char32 *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (const xtd::wchar *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::ulong > (xtd::wchar *value) -> xtd::ulong |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::any value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (bool value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::byte value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (char value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char8 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char16 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char32 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::wchar value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::decimal value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (double value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (float value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::int16 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::int32 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::int64 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::slong value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::sbyte value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::uint16 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::uint32 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::uint64 value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::ulong value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const xtd::string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const std::string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (std::string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const std::u8string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (std::u8string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const std::u16string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (std::u16string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const std::u32string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (std::u32string &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const std::wstring &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (std::wstring &value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const char *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (char *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const xtd::char8 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char8 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const xtd::char16 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char16 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const xtd::char32 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::char32 *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (const xtd::wchar *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| auto | as< xtd::wchar > (xtd::wchar *value) -> xtd::wchar |
| | Casts a type into another type.
|
| |
| template<> |
| bool | is< bool > (bool value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< char > (char value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< char16 > (char16 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< char32 > (char32 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< char8 > (char8 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< wchar > (wchar value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< decimal > (decimal value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< double > (double value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< float > (float value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< sbyte > (sbyte value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< int16 > (int16 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< int32 > (int32 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< int64 > (int64 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< slong > (slong value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< xtd::byte > (xtd::byte value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< uint16 > (uint16 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< uint32 > (uint32 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< uint64 > (uint64 value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< xtd::ulong > (xtd::ulong value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t> |
| bool | is (xtd::any value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<> |
| bool | is< xtd::any > (xtd::any value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t, class param_t> |
| bool | is (const param_t *value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t, class param_t> |
| bool | is (const param_t &value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t, class param_t> |
| bool | is (param_t *value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t, class param_t> |
| bool | is (param_t &value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class new_type_t, class current_type_t> |
| bool | is (xtd::sptr< current_type_t > &value) |
| | Checks if the result of an expression is compatible with a given type.
|
| |
| template<class type_t, class... args_t> |
| xtd::any | make_any (args_t &&... args) |
| | Creates an xtd::any object containing an object of type type_t, passing the provided arguments to type_t's constructor.
|
| |
| template<class type_t, class il_type_t, class... args_t> |
| xtd::any | make_any (std::initializer_list< il_type_t > il, args_t &&... args) |
| | Creates an xtd::any object containing an object of type type_t, passing the provided arguments to type_t's constructor.
|
| |
| template<class type_t, class ... args_t> |
| any_object | make_any_object (args_t &&... args) |
| | The xtd::make_any_object operator creates a xtd::any_object object.
|
| |
| std::error_code | make_error_code (int h_result) noexcept |
| | Creates error code value for xtd::h_result h_result.
|
| |
| template<class type_t, class ... args_t> |
| ptr< type_t > | new_ptr (args_t &&... args) |
| | The xtd::new_ptr operator creates a xtd::ptr object.
|
| |
| template<class type_t, class ... args_t> |
| shared_ptr_object< type_t > | new_shared_ptr_object (args_t &&... args) |
| | xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object.
|
| |
| template<class type_t> |
| shared_ptr_object< type_t > | new_shared_ptr_object (const type_t &arg) |
| | xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object.
|
| |
| template<class type_t> |
| shared_ptr_object< type_t > | new_shared_ptr_object () |
| | xtd::new_shared_ptr_object operator creates a xtd::shared_ptr_object object.
|
| |
| template<class type_t, class ... args_t> |
| sptr< type_t > | new_sptr (args_t &&... args) |
| | xtd::new_sptr operator creates a xtd::sptr object.
|
| |
| template<class type_t, class ... args_t> |
| unique_ptr_object< type_t > | new_unique_ptr_object (args_t &&... args) |
| | xtd::new_unique_ptr_object operator creates a xtd::unique_ptr_object object.
|
| |
| template<class type_t> |
| unique_ptr_object< type_t > | new_unique_ptr_object (const type_t &arg) |
| | xtd::new_unique_ptr_object operator creates a xtd::unique_ptr_object object.
|
| |
| template<class type_t> |
| unique_ptr_object< type_t > | new_unique_ptr_object () |
| | xtd::new_unique_ptr_object operator creates a xtd::unique_ptr_object object.
|
| |
| template<class type_t, class ... args_t> |
| uptr< type_t > | new_uptr (args_t &&... args) |
| | xtd::new_uptr operator. This operator creates a xtd::uptr object.
|
| |
| template<class value_t> |
| value_t | parse (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::string &str, const std::locale &locale) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::string &str, const std::string &fmt) |
| | Convert a string into a type.
|
| |
| template<> |
| std::string | parse< std::string > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::string &str, number_styles) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::string &str, number_styles, const std::locale &locale) |
| | Convert a string into a type.
|
| |
| template<> |
| xtd::sbyte | parse< xtd::sbyte > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| char | parse< char > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned char | parse< unsigned char > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| short | parse< short > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned short | parse< unsigned short > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| int | parse< int > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned int | parse< unsigned int > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| long | parse< long > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned long | parse< unsigned long > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| long long | parse< long long > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned long long | parse< unsigned long long > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| float | parse< float > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| float | parse< float > (const std::string &str, number_styles styles, const std::locale &locale) |
| | Convert a string into a type.
|
| |
| template<> |
| double | parse< double > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| double | parse< double > (const std::string &str, number_styles styles, const std::locale &locale) |
| | Convert a string into a type.
|
| |
| template<> |
| long double | parse< long double > (const std::string &str, number_styles styles) |
| | Convert a string into a type.
|
| |
| template<> |
| long double | parse< long double > (const std::string &str, number_styles styles, const std::locale &locale) |
| | Convert a string into a type.
|
| |
| template<> |
| xtd::sbyte | parse< xtd::sbyte > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| char | parse< char > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned char | parse< unsigned char > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| short | parse< short > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned short | parse< unsigned short > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| int | parse< int > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned int | parse< unsigned int > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| long | parse< long > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned long | parse< unsigned long > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| long long | parse< long long > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| unsigned long long | parse< unsigned long long > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| float | parse< float > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| double | parse< double > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| long double | parse< long double > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<> |
| bool | parse< bool > (const std::string &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::wstring &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::u16string &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| value_t | parse (const std::u32string &str) |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< char > &str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char16 > &str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char32 > &str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char8 > &str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::wchar > &str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< char > &str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t, class char_t> |
| bool | try_parse (const char_t *str, value_t &value) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t, class char_t> |
| bool | try_parse (const char_t *str, value_t &value, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< char > &str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< char > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t> |
| bool | try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t, class char_t> |
| bool | try_parse (const char_t *str, value_t &value, number_styles style) noexcept |
| | Convert a string into a type.
|
| |
| template<class value_t, class char_t> |
| bool | try_parse (const char_t *str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| | Convert a string into a type.
|
| |
| template<class arg_t> |
| void | print (FILE *file, arg_t &&value) |
| | Writes the text representation of the specified value to the file output stream.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (FILE *file, const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the file output stream using the specified format information.
|
| |
| template<class arg_t> |
| void | print (std::ostream &os, arg_t &&value) |
| | Writes the text representation of the specified value to the output stream.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (std::ostream &os, const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the output stream using the specified format information.
|
| |
| template<class arg_t> |
| void | print (arg_t &&value) |
| | Writes the text representation of the specified value to the standard output stream.
|
| |
| template<class ... args_t> |
| void | print (const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | print (const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values to the standard output stream using the specified format information.
|
| |
| void | println (FILE *file) |
| | Writes the current line terminator to the file output stream using the specified format information.
|
| |
| template<class arg_t> |
| void | println (FILE *file, arg_t &&value) |
| | Writes the text representation of the specified value, followed by the current line terminator, to the file output stream.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (FILE *file, const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the file output stream using the specified format information.
|
| |
| void | println (std::ostream &os) |
| | Writes the current line terminator to the output stream using the specified format information.
|
| |
| template<class arg_t> |
| void | println (std::ostream &os, arg_t &&value) |
| | Writes the text representation of the specified value, followed by the current line terminator, to the output stream.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (std::ostream &os, const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the output stream using the specified format information.
|
| |
| void | println () |
| | Writes the current line terminator to the standard output stream using the specified format information.
|
| |
| template<class arg_t> |
| void | println (arg_t &&value) |
| | Writes the text representation of the specified value, followed by the current line terminator, to the standard output stream.
|
| |
| template<class ... args_t> |
| void | println (const xtd::string &fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (const char *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (const char8_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (const char16_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (const char32_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| void | println (const wchar_t *fmt, args_t &&... values) |
| | Writes the text representation of the specified list of values, followed by the current line terminator, to the standard output stream using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::string | sprintf (const xtd::string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to basic_string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u8string | sprintf (const xtd::u8string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to basic_string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u16string | sprintf (const xtd::u16string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to basic_string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::u32string | sprintf (const xtd::u32string &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to basic_string using the specified format information.
|
| |
| template<class ... args_t> |
| xtd::wstring | sprintf (const xtd::wstring &fmt, args_t &&... args) |
| | Writes the text representation of the specified arguments list, to basic_string using the specified format information.
|
| |
| xtd::string | to_string (int val) |
| | Converts a signed integer to xtd::string.
|
| |
| xtd::string | to_string (unsigned val) |
| | Converts an unsigned integer to xtd::string.
|
| |
| xtd::string | to_string (long val) |
| | Converts a signed integer to xtd::string.
|
| |
| xtd::string | to_string (unsigned long val) |
| | Converts an unsigned integer to xtd::string.
|
| |
| xtd::string | to_string (long long val) |
| | Converts a signed integer to xtd::string.
|
| |
| xtd::string | to_string (unsigned long long val) |
| | Converts an unsigned integer to xtd::string.
|
| |
| string | to_string (float val) |
| | Converts a floating point to xtd::string.
|
| |
| xtd::string | to_string (double val) |
| | Converts a floating point integer to xtd::string.
|
| |
| xtd::string | to_string (long double val) |
| | Converts a floating point to xtd::string.
|
| |
| template<class type_t> |
| xtd::string | to_string (type_t val) |
| | Converts a type_t to xtd::string.
|
| |
| template<class type_t> |
| xtd::string | to_ustring (type_t val) |
| | Converts a type_t to xtd::string.
|
| |
| template<> |
| xtd::time_span | parse< time_span > (const std::string &str) |
| | Converts the string representation of a time interval to its xtd::time_span equivalent.
|
| |
| template<class value_t> |
| xtd::string | to_string (const value_t &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const bool &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const sbyte &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const char &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const unsigned char &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const short &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const unsigned short &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const int &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const unsigned int &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const long &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const unsigned long &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const long long &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const unsigned long long &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const float &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const double &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const long double &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const std::chrono::system_clock::time_point &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const std::tm &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<class type_t, class period_t> |
| xtd::string | to_string (const std::chrono::duration< type_t, period_t > &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const char8 &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const char16 &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const char32 &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<> |
| xtd::string | to_string (const wchar &value, const xtd::string &fmt, const std::locale &loc) |
| | Convert a specified value into a string with specified format and locale.
|
| |
| template<class value_t> |
| xtd::string | to_string (const value_t &value, const xtd::string &fmt) |
| | Convert a specified value into a string with specified format.
|
| |
| template<class type_t> |
| void | unregister_any_stringer () |
| | Unregister an any stringer method for a specified type.
|
| |
| template<> |
| xtd::version | parse< xtd::version > (const std::string &str) |
| | Converts the string representation of a version to its xtd::versiob equivalent.
|
| |
| template<> |
| drawing::color | parse< drawing::color > (const std::string &str) |
| | Creates a xtd::drawing::color class from the specified name.
|
| |
|
template<> |
| drawing::point | parse< drawing::point > (const std::string &str) |
| |