xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
The xtd.core library contains all fundamental classes to access Hardware, Os, System, and more.
Classes | |
class | xtd::argument_exception |
The exception that is thrown when one of the arguments provided to a method is not valid. More... | |
class | xtd::argument_null_exception |
The exception that is thrown when one of the arguments provided to a method is null. More... | |
class | xtd::argument_out_of_range_exception |
The exception that is thrown when one of the arguments provided to a method is out of range. More... | |
class | xtd::arithmetic_exception |
The exception that is thrown for errors in an arithmetic, casting, or conversion operation. More... | |
class | xtd::background_color |
Represent background color output manipulator class. More... | |
class | xtd::beep |
Represent beep output manipulator class. More... | |
class | xtd::bit_converter |
Converts base data types to an std::vector of bytes, and an std::vector of bytes to base data types. More... | |
class | xtd::collections::key_not_found_exception |
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. More... | |
class | xtd::compiler |
Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited. More... | |
class | xtd::console |
Represents the standard input, output, and error streams for console applications. More... | |
class | xtd::console_cancel_event_args |
Provides data for the console::cancel_key_press event. This class cannot be inherited. More... | |
class | xtd::console_key_info |
Specifies the standard keys on a console. More... | |
struct | xtd::const_overload< args_t > |
Represents class that use to determine one of const overloaded methods. More... | |
class | xtd::convert |
Represents API to convert base type code. More... | |
class | xtd::convert_pointer |
Represents API to convert pointers. More... | |
class | xtd::convert_string |
Represents API to convert string containers. More... | |
class | xtd::cpp_language |
Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited. More... | |
class | xtd::debugstreambuf |
Provides an std::stringbuf for xtd::diagnostics::debug. More... | |
class | xtd::delegate< result_t(arguments_t...)> |
Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class. More... | |
class | xtd::diagnostics::boolean_switch |
Provides a simple on/off switch that controls debugging and tracing output. More... | |
class | xtd::diagnostics::console_trace_listener |
Directs tracing or debugging output to either the standard output or the standard error stream. More... | |
class | xtd::diagnostics::data_received_event_args |
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::error_data_received events. More... | |
class | xtd::diagnostics::debug |
Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More... | |
class | xtd::diagnostics::debugger |
Enables communication with a debugger. This class cannot be inherited. More... | |
class | xtd::diagnostics::default_trace_listener |
Provides the default output methods and behavior for tracing. More... | |
class | xtd::diagnostics::event_type_filter |
Indicates whether a listener should trace based on the event type. More... | |
class | xtd::diagnostics::ostream_trace_listener |
Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream... More... | |
class | xtd::diagnostics::process |
Provides access to local and remote processes and enables you to start and stop local system processes. More... | |
class | xtd::diagnostics::process::error_data_received_event |
Represents a process error data received event. More... | |
class | xtd::diagnostics::process::exit_event |
Represents a process exit event. More... | |
class | xtd::diagnostics::process::output_data_received_event |
Represents a process output data received event. More... | |
class | xtd::diagnostics::process_start_info |
Specifies a set of values that are used when you start a process. More... | |
class | xtd::diagnostics::source_filter |
Indicates whether a listener should trace a message based on the source of a trace. More... | |
class | xtd::diagnostics::source_switch |
Provides a multilevel switch to control tracing and debug output without recompiling your code. More... | |
class | xtd::diagnostics::stack_frame |
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the call stack for the current thread. More... | |
class | xtd::diagnostics::stack_trace |
Represents a stack trace, which is an ordered collection of one or more stack frames. More... | |
class | xtd::diagnostics::stopwatch |
Provides a set of methods and properties that you can use to accurately measure elapsed time. More... | |
class | xtd::diagnostics::switch_base |
Provides an abstract base class to create new debugging and tracing switches. More... | |
class | xtd::diagnostics::trace |
Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited. More... | |
class | xtd::diagnostics::trace_event_cache |
Provides trace event data specific to a thread and a process. More... | |
class | xtd::diagnostics::trace_filter |
Provides the base class for trace filter implementations. More... | |
class | xtd::diagnostics::trace_listener |
Provides the abstract base class for the listeners who monitor trace and debug output. More... | |
class | xtd::diagnostics::trace_listener_collection |
Represents a collection of xtd::diagnostics::trace_listener. More... | |
class | xtd::diagnostics::trace_source |
Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source. More... | |
class | xtd::diagnostics::trace_switch |
Provides a multilevel switch to control tracing and debug output without recompiling your code. More... | |
class | xtd::divided_by_zero_exception |
The exception that is thrown when there is an attempt to divide an integral or decimal value by zero. More... | |
class | xtd::domain_exception |
The exception that is thrown for errors in domain. That is, situations where the inputs are outside of the domain on which an operation is defined.. More... | |
class | xtd::environment |
The environment class. More... | |
class | xtd::event< object_t, handler_t > |
Represents an event. More... | |
class | xtd::event_args |
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. More... | |
class | xtd::foreground_color |
Represent foreground color output manipulator class. More... | |
class | xtd::format_exception |
The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method. More... | |
struct | xtd::guid |
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated. More... | |
class | xtd::iasync_result |
Represents the status of an asynchronous operation. More... | |
class | xtd::icomparable< type_t > |
Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method. More... | |
class | xtd::iequatable< type_t > |
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. More... | |
class | xtd::index_out_of_range_exception |
The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array. More... | |
class | xtd::interface |
Represent an interface class. More... | |
class | xtd::invalid_cast_exception |
The exception that is thrown for invalid casting or explicit conversion. More... | |
class | xtd::invalid_operation_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::invalid_program_exception |
The exception that is thrown when a program contains invalid metadata. Generally this indicates a bug in the compiler that generated the program. More... | |
class | xtd::io::directory_not_found_exception |
The exception that is thrown when part of a file or directory cannot be found. More... | |
class | xtd::io::drive_not_found_exception |
The exception that is thrown when trying to access a drive or share that is not available. More... | |
class | xtd::io::end_of_stream_exception |
The exception that is thrown when reading is attempted past the end of a stream. More... | |
class | xtd::io::file |
Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of std::fstream objects. More... | |
class | xtd::io::file_format_exception |
The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method. More... | |
class | xtd::io::file_load_exception |
The exception that is thrown when a managed assembly is found but cannot be loaded. More... | |
class | xtd::io::file_not_found_exception |
The exception that is thrown when an attempt to access a file that does not exist on disk fails. More... | |
class | xtd::io::io_exception |
The exception that is thrown when an I/O error occurs. More... | |
class | xtd::io::null_text_reader |
Represents a null text reader. More... | |
class | xtd::io::null_text_writer |
Represents a null text writer. More... | |
class | xtd::io::path |
Performs operations on std::basic_string instances that contain file or directory path information. These operations are performed in a cross-platform manner. More... | |
class | xtd::io::path_too_long_exception |
The exception that is thrown when a path or file name is longer than the system-defined maximum length. More... | |
class | xtd::io::stream_reader |
Implements a xtd::io::text_reader that reads characters from a byte stream. More... | |
class | xtd::io::stream_writer |
Implements a xtd::io::text_writer for writing characters to a stream. More... | |
class | xtd::io::string_reader |
Implements a xtd::io::text_reader that reads from a string. More... | |
class | xtd::io::string_writer |
Implements a xtd::io::text_writer for writing characters to a string. More... | |
class | xtd::io::synchronized_text_reader |
Represents a synchronized text reader. More... | |
class | xtd::io::synchronized_text_writer |
Represents a synchronized text writer. More... | |
class | xtd::io::text_reader |
Represents a reader that can read a sequential series of characters. More... | |
class | xtd::io::text_writer |
Represents a writer that can write a sequential series of characters. More... | |
class | xtd::length_exception |
The exception that is thrown when an attempts to exceed implementation defined length limits for some object. More... | |
class | xtd::math |
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. More... | |
class | xtd::media::system_sound |
Represents a system sound type. More... | |
class | xtd::media::system_sounds |
Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited. More... | |
class | xtd::net::cookie_exception |
The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More... | |
class | xtd::net::dns |
Provides simple domain name resolution functionality. More... | |
class | xtd::net::dns_end_point |
Represents a network endpoint as a host name or a string representation of an IP address and a port number. More... | |
class | xtd::net::end_point |
Identifies a network address. This is an abstract class. More... | |
class | xtd::net::ip_address |
Provides an Internet Protocol (IP) address. More... | |
class | xtd::net::ip_end_point |
Represents a network endpoint as an IP address and a port number. More... | |
class | xtd::net::ip_host_entry |
Provides a container class for Internet host address information. More... | |
class | xtd::net::network_credential |
Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication. More... | |
class | xtd::net::protocol_violation_exception |
The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More... | |
class | xtd::net::socket_address |
Stores serialized information from end_point derived classes. More... | |
class | xtd::net::sockets::ip_packet_information |
Gets the network interface information that is associated with a call to xtd::net::sockets::socket::receive_message_from or xtd::net::sockets::socket::end_receive_message_from. More... | |
class | xtd::net::sockets::ip_v6_multicast_option |
Contains option values for joining an IPv6 multicast group. More... | |
class | xtd::net::sockets::linger_option |
Specifies whether a xtd::net::sockets::socket will remain connected after a call to the xtd::net::sockets::socket::close or xtd::net::sockets::tcp_client::close methods and the length of time it will remain connected, if data remains to be sent. More... | |
class | xtd::net::sockets::multicast_option |
Contains IPAddress values used to join and drop multicast groups. More... | |
class | xtd::net::sockets::network_stream |
Provides the underlying stream of data for network access. More... | |
class | xtd::net::sockets::send_packets_element |
Represents an element in a xtd::net::sockets::send_packets_element array. More... | |
class | xtd::net::sockets::socket |
Implements the Berkeley sockets interface. More... | |
class | xtd::net::sockets::socket_async_event_args |
Represents an asynchronous socket operation. More... | |
class | xtd::net::sockets::socket_exception |
The exception that is thrown when a socket error occurs. More... | |
class | xtd::net::sockets::socket_information |
Encapsulates the information that is necessary to duplicate a xtd::net::sockets::socket. More... | |
class | xtd::net::sockets::tcp_client |
Provides client connections for TCP network services. More... | |
class | xtd::net::sockets::tcp_listener |
Listens for connections from TCP network clients. More... | |
class | xtd::net::sockets::udp_client |
Provides User Datagram Protocol (UDP) network services. More... | |
class | xtd::net::web_exception |
The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container. More... | |
struct | xtd::non_const_overload< args_t > |
Represents class that use to determine one of non const overloaded methods. More... | |
class | xtd::not_finite_number_exception |
The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN). More... | |
class | xtd::not_implemented_exception |
The exception that is thrown when a requested method or operation is not implemented. More... | |
class | xtd::not_supported_exception |
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. More... | |
class | xtd::null_pointer_exception |
The exception that is thrown when there is an attempt to dereference a null object pointer. More... | |
class | xtd::object |
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the xtd. It is the root of the type hierarchy. More... | |
class | xtd::object_closed_exception |
The exception that is thrown when one of the arguments provided to a method is not valid. More... | |
class | xtd::operating_system |
Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited. More... | |
class | xtd::operation_canceled_exception |
The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. More... | |
class | xtd::overflow_exception |
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. More... | |
struct | xtd::overload< args_t > |
Represents class that use to determine one of const and non const overloaded methods. More... | |
class | xtd::platform_not_supported_exception |
The exception that is thrown when a feature does not run on a particular platform. More... | |
class | xtd::processor |
Represents information about a processor, such as the architecture. This class cannot be inherited. More... | |
class | xtd::random |
Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness. More... | |
class | xtd::reset_color |
Represent reset color output manipulator class. More... | |
class | xtd::security::secure_string |
Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited. More... | |
class | xtd::static_object |
Represent a static object. A static class can't be instantiated (constructors are deleted). More... | |
class | xtd::system_exception |
Defines the base class for predefined exceptions in the xtd namespace. More... | |
class | xtd::time_out_exception |
The exception that is thrown when the time allotted for a process or operation has expired. More... | |
class | xtd::tracestreambuf |
Provides an std::stringbuf for xtd::diagnostics::trace. More... | |
class | xtd::translator |
Represents translator class. This class cannot be inherited. More... | |
class | xtd::underflow_exception |
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an underflow. More... | |
class | xtd::ustring |
Represents text as a sequence of UTF-8 code units. More... | |
class | xtd::version |
Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited. More... | |
class | xtd::xml_syntax_exception |
The exception that is thrown when there is a syntax error in XML parsing. More... | |
Macros | |
#define | add_last_arg_to_command_(command, last_arg, ...) |
Adds last argument to a command with variadic arguments. | |
#define | const_overload_ |
Helper keyword that use to determine one of const overloaded methods. | |
#define | non_const_overload_ |
Helper keyword that use to determine one of non const overloaded methods. | |
#define | overload_ |
Helper keyword that use to determine one of const and non const overloaded methods. | |
Typedefs | |
template<typename... arguments_t> | |
using | xtd::action = delegate< void(arguments_t...)> |
Represents a xtd::delegate that has variable parameters and does not return a value. | |
using | xtd::async_callback = delegate< void(std::shared_ptr< xtd::iasync_result > ar)> |
References a method to be called when a corresponding asynchronous operation completes. | |
template<typename result_t , typename... arguments_t> | |
using | xtd::func = delegate< result_t(arguments_t...)> |
Represents a delegate that has variables parameters and returns a value of the type specified by the result_t type. | |
template<typename type_t > | |
using | xtd::predicate = delegate< bool(type_t)> |
Represents a delegate that defines a set of criteria and determines whether the specified object meets those criteria. | |
Functions | |
template<typename new_type_t > | |
new_type_t | xtd::as (bool value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (byte_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char16_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char16_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char32_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char32_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char8_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char8_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char16_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char32_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char8_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
const new_type_t & | xtd::as (const current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
const new_type_t * | xtd::as (const current_type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
std::shared_ptr< new_type_t > | xtd::as (const std::shared_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const std::string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const std::u16string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const std::u32string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const std::u8string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const std::wstring &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const wchar_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const xtd::ustring &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
new_type_t & | xtd::as (current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
new_type_t * | xtd::as (current_type_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (decimal_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (double value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (float value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (int16_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (int32_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (int64_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (llong_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (sbyte_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::any value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
std::shared_ptr< new_type_t > | xtd::as (std::shared_ptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
std::shared_ptr< new_type_t > | xtd::as (std::shared_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::u16string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::u32string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::u8string &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
std::unique_ptr< new_type_t > | xtd::as (std::unique_ptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
std::unique_ptr< new_type_t > | xtd::as (std::unique_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (std::wstring &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint16_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint32_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint64_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (ullong_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (wchar_t *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (wchar_t value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (bool value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (byte_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char16_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char16_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char32_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char32_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char8_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char8_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const std::string &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (decimal_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (double value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (float value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (int16_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (int32_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (int64_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (llong_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (std::any value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint16_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint32_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint64_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (ullong_t value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (wchar_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (bool value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const char *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (double value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (float value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (std::any value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
byte_t | xtd::as< byte_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (bool value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (byte_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char16_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char16_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char32_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char32_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char8_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char8_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (decimal_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (double value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (float value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (int16_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (int32_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (int64_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (llong_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (std::any value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint16_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint32_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint64_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (ullong_t value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (wchar_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (bool value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const char *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (double value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (float value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (std::any value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
char16_t | xtd::as< char16_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (bool value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const char *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (double value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (float value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (std::any value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
char32_t | xtd::as< char32_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (bool value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const char *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (double value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (float value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (std::any value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
char8_t | xtd::as< char8_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (bool value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const char *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (double value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (float value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (std::any value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
decimal_t | xtd::as< decimal_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (bool value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (byte_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char16_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char16_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char32_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char32_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char8_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char8_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (decimal_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (double value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (float value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int16_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int32_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int64_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (llong_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::any value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint16_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint32_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint64_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (ullong_t value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (wchar_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (bool value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (byte_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char16_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char16_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char32_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char32_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char8_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char8_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const std::string &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (decimal_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (double value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (float value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (int16_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (int32_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (int64_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (llong_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (std::any value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint16_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint32_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint64_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (ullong_t value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (wchar_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (bool value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const char *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (double value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (float value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (std::any value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
int16_t | xtd::as< int16_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (bool value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const char *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (double value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (float value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (std::any value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
int32_t | xtd::as< int32_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (bool value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const char *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (double value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (float value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (std::any value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
int64_t | xtd::as< int64_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (bool value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const char *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (double value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (float value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (std::any value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
llong_t | xtd::as< llong_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (bool value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const char *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (double value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (float value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (std::any value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
sbyte_t | xtd::as< sbyte_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (char *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (char16_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (char32_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (char8_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const char *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const std::string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::as< std::string > (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (char *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const char *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const std::string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (std::string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u16string | xtd::as< std::u16string > (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (char *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const char *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const std::string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (std::string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u32string | xtd::as< std::u32string > (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (char *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const char *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const std::string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (std::string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::u8string | xtd::as< std::u8string > (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (char *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (char16_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (char32_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (char8_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const char *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const std::string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (std::string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
std::wstring | xtd::as< std::wstring > (xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (bool value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const char *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (double value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (float value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (std::any value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint16_t | xtd::as< uint16_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (bool value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const char *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (double value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (float value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (std::any value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint32_t | xtd::as< uint32_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (bool value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const char *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (double value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (float value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (std::any value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
uint64_t | xtd::as< uint64_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (bool value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const char *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (const xtd::ustring &value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (double value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (float value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (std::any value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
ullong_t | xtd::as< ullong_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (bool value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (byte_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (byte_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (char value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (char16_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (char32_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (char8_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (decimal_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (double value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (float value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int16_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int16_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int32_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int32_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int64_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (int64_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (llong_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (llong_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (sbyte_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (std::any value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint16_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint16_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint32_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint32_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint64_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (uint64_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (ullong_t value) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (ullong_t value, byte_t from_base) |
Casts a type into another type. | |
template<> | |
ustring | xtd::as< ustring > (wchar_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (bool value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (byte_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char16_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char16_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char32_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char32_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char8_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (char8_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const char *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const std::string &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (decimal_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (double value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (float value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (int16_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (int32_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (int64_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (llong_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (sbyte_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (std::any value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (uint16_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (uint32_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (uint64_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (ullong_t value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
wchar_t | xtd::as< wchar_t > (wchar_t value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (char *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (char16_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (char32_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (char8_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const char *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const char16_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const char32_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const char8_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const wchar_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (const xtd::ustring &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (wchar_t *value) |
Casts a type into another type. | |
template<> | |
xtd::ustring | xtd::as< xtd::ustring > (xtd::ustring &value) |
Casts a type into another type. | |
std::ostream | xtd::cnull (nullptr) |
Provides a null std::ostream. | |
std::ostream | xtd::ctrace (nullptr) |
Provides an std::ostream for xtd::diagnostics::trace. | |
template<typename type_t , typename param_t > | |
bool | xtd::is (const param_t &value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename type_t , typename param_t > | |
bool | xtd::is (const param_t *value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename type_t , typename param_t > | |
bool | xtd::is (param_t &value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename type_t , typename param_t > | |
bool | xtd::is (param_t *value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename type_t > | |
bool | xtd::is (std::any value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename new_type_t , typename current_type_t > | |
bool | xtd::is (std::shared_ptr< current_type_t > &value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< bool > (bool value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< decimal_t > (decimal_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< double > (double value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< float > (float value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int16_t > (int16_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int32_t > (int32_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int64_t > (int64_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int8_t > (int8_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< llong_t > (llong_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< std::any > (std::any value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint16_t > (uint16_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint32_t > (uint32_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint64_t > (uint64_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint8_t > (uint8_t value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< ullong_t > (ullong_t value) |
Checks if the result of an expression is compatible with a given type. | |
byte_t | xtd::operator""_b (const char *s, size_t n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (long double n) |
Used to convert specified value into byte. | |
byte_t | xtd::operator""_b (unsigned long long n) |
Used to convert specified value into byte. | |
char32_t | xtd::operator""_c (char c) |
Used to convert specified value into char32._t. | |
char32_t | xtd::operator""_c (char16_t c) |
Used to convert specified value into char32._t. | |
char32_t | xtd::operator""_c (char32_t c) |
Used to convert specified value into char32._t. | |
char32_t | xtd::operator""_c (unsigned long long c) |
Used to convert specified value into char32._t. | |
char32_t | xtd::operator""_c (wchar_t c) |
Used to convert specified value into char32._t. | |
double | xtd::operator""_d (const char *s, size_t n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (long double n) |
Used to convert specified value into byte. | |
double | xtd::operator""_d (unsigned long long n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (const char *s, size_t n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (long double n) |
Used to convert specified value into byte. | |
float | xtd::operator""_f (unsigned long long n) |
Used to convert specified value into byte. | |
xtd::ustring | xtd::operator""_s (const char *s, size_t n) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (const char16_t *s, size_t n) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (const char32_t *s, size_t n) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (const char8_t *s, size_t n) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (const wchar_t *s, size_t n) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (long double s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_s (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
int16_t | xtd::operator""_s16 (const char *s, size_t n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (long double n) |
Used to convert specified value into byte. | |
int16_t | xtd::operator""_s16 (unsigned long long n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (const char *s, size_t n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (long double n) |
Used to convert specified value into byte. | |
int32_t | xtd::operator""_s32 (unsigned long long n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (const char *s, size_t n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (long double n) |
Used to convert specified value into byte. | |
int64_t | xtd::operator""_s64 (unsigned long long n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (const char *s, size_t n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (long double n) |
Used to convert specified value into byte. | |
int8_t | xtd::operator""_s8 (unsigned long long n) |
Used to convert specified value into byte. | |
xtd::ustring | xtd::operator""_sb (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb16 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb2 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb32 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb4 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb64 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sb8 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sx (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sX (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sx2 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sX2 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sx4 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sX4 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sx8 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
xtd::ustring | xtd::operator""_sX8 (unsigned long long s) |
Used to convert specified value into xtd::ustring. | |
const char * | xtd::operator""_t (const char *s, size_t n) |
Used to translate specified string into locale. | |
xtd::ustring | xtd::operator""_t (const char16_t *s, size_t n) |
Used to translate specified string into locale. | |
xtd::ustring | xtd::operator""_t (const char32_t *s, size_t n) |
Used to translate specified string into locale. | |
xtd::ustring | xtd::operator""_t (const char8_t *s, size_t n) |
Used to translate specified string into locale. | |
xtd::ustring | xtd::operator""_t (const wchar_t *s, size_t n) |
Used to translate specified string into locale. | |
uint16_t | xtd::operator""_u16 (const char *s, size_t n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (long double n) |
Used to convert specified value into byte. | |
uint16_t | xtd::operator""_u16 (unsigned long long n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (const char *s, size_t n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (long double n) |
Used to convert specified value into byte. | |
uint32_t | xtd::operator""_u32 (unsigned long long n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (const char *s, size_t n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (long double n) |
Used to convert specified value into byte. | |
uint64_t | xtd::operator""_u64 (unsigned long long n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (const char *s, size_t n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (const char16_t *s, size_t n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (const char32_t *s, size_t n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (const char8_t *s, size_t n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (const wchar_t *s, size_t n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (long double n) |
Used to convert specified value into byte. | |
uint8_t | xtd::operator""_u8 (unsigned long long n) |
Used to convert specified value into byte. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str) |
Convert a type into a string. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, const std::string &fmt) |
Convert a type into a string. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, number_styles) |
Convert a type into a string. | |
template<typename value_t > | |
value_t | xtd::parse (const std::u16string &str) |
Convert a type into a string. | |
template<typename value_t > | |
value_t | xtd::parse (const std::u32string &str) |
Convert a type into a string. | |
template<typename value_t > | |
value_t | xtd::parse (const std::wstring &str) |
Convert a type into a string. | |
template<> | |
bool | xtd::parse< bool > (const std::string &str) |
Convert a type into a string. | |
template<> | |
char | xtd::parse< char > (const std::string &str) |
Convert a type into a string. | |
template<> | |
char | xtd::parse< char > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
double | xtd::parse< double > (const std::string &str) |
Convert a type into a string. | |
template<> | |
double | xtd::parse< double > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
float | xtd::parse< float > (const std::string &str) |
Convert a type into a string. | |
template<> | |
float | xtd::parse< float > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
int | xtd::parse< int > (const std::string &str) |
Convert a type into a string. | |
template<> | |
int | xtd::parse< int > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
int8_t | xtd::parse< int8_t > (const std::string &str) |
Convert a type into a string. | |
template<> | |
int8_t | xtd::parse< int8_t > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
long | xtd::parse< long > (const std::string &str) |
Convert a type into a string. | |
template<> | |
long | xtd::parse< long > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
long double | xtd::parse< long double > (const std::string &str) |
Convert a type into a string. | |
template<> | |
long double | xtd::parse< long double > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
long long | xtd::parse< long long > (const std::string &str) |
Convert a type into a string. | |
template<> | |
long long | xtd::parse< long long > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
short | xtd::parse< short > (const std::string &str) |
Convert a type into a string. | |
template<> | |
short | xtd::parse< short > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
std::string | xtd::parse< std::string > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned char | xtd::parse< unsigned char > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned char | xtd::parse< unsigned char > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
unsigned int | xtd::parse< unsigned int > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned int | xtd::parse< unsigned int > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
unsigned long | xtd::parse< unsigned long > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned long | xtd::parse< unsigned long > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
unsigned long long | xtd::parse< unsigned long long > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned long long | xtd::parse< unsigned long long > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<> | |
unsigned short | xtd::parse< unsigned short > (const std::string &str) |
Convert a type into a string. | |
template<> | |
unsigned short | xtd::parse< unsigned short > (const std::string &str, number_styles styles) |
Convert a type into a string. | |
template<typename new_type_t , typename current_type_t > | |
static const new_type_t * | xtd::convert_pointer::to_ptr (const current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static const new_type_t * | xtd::convert_pointer::to_ptr (const current_type_t *value) |
Casts a type into another type. | |
template<typename type_t > | |
static const type_t * | xtd::convert_pointer::to_ptr (const type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static new_type_t * | xtd::convert_pointer::to_ptr (current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static new_type_t * | xtd::convert_pointer::to_ptr (current_type_t *value) |
Casts a type into another type. | |
template<typename type_t > | |
static type_t * | xtd::convert_pointer::to_ptr (type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static const new_type_t & | xtd::convert_pointer::to_ref (const current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static const new_type_t & | xtd::convert_pointer::to_ref (const current_type_t *value) |
Casts a type into another type. | |
template<typename type_t > | |
static const type_t & | xtd::convert_pointer::to_ref (const type_t &value) |
Casts a type into another type. | |
template<typename type_t > | |
static const type_t & | xtd::convert_pointer::to_ref (const type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static new_type_t & | xtd::convert_pointer::to_ref (current_type_t &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static new_type_t & | xtd::convert_pointer::to_ref (current_type_t *value) |
Casts a type into another type. | |
template<typename type_t > | |
static type_t & | xtd::convert_pointer::to_ref (type_t &value) |
Casts a type into another type. | |
template<typename type_t > | |
static type_t & | xtd::convert_pointer::to_ref (type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static std::shared_ptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (const std::shared_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static std::shared_ptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (std::shared_ptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static std::shared_ptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (std::shared_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<> | |
std::string | xtd::to_string (const bool &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const bool &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const char &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const char &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const char16_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const char16_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const char32_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const char32_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const char8_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const char8_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const double &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const double &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const float &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const float &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const int &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const int &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const int8_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const int8_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const long &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const long &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const long double &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const long double &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const long long &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const long long &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const short &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const short &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<typename type_t , typename Period > | |
std::string | xtd::to_string (const std::chrono::duration< type_t, Period > &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<typename type_t , typename Period > | |
std::wstring | xtd::to_string (const std::chrono::duration< type_t, Period > &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const std::chrono::system_clock::time_point &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const std::chrono::system_clock::time_point &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const std::tm &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const std::tm &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const std::wstring &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const unsigned char &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const unsigned char &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const unsigned int &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const unsigned int &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const unsigned long &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const unsigned long &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const unsigned long long &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const unsigned long long &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const unsigned short &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const unsigned short &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<typename value_t > | |
std::string | xtd::to_string (const value_t &value, const std::string &fmt) |
Convert a specified value into a string with specified format. | |
template<typename value_t > | |
std::string | xtd::to_string (const value_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<typename value_t > | |
std::wstring | xtd::to_string (const value_t &value, const std::wstring &fmt) |
Convert a specified value into a string with specified format. | |
template<typename value_t > | |
std::wstring | xtd::to_string (const value_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::string | xtd::to_string (const wchar_t &value, const std::string &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<> | |
std::wstring | xtd::to_string (const wchar_t &value, const std::wstring &fmt, const std::locale &loc) |
Convert a specified value into a string with specified format and locale. | |
template<typename new_type_t , typename current_type_t > | |
static std::unique_ptr< new_type_t > | xtd::convert_pointer::to_unique_ptr (std::unique_ptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static std::unique_ptr< new_type_t > | xtd::convert_pointer::to_unique_ptr (std::unique_ptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const char_t *str, value_t &value) |
Convert a type into a string. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const std::basic_string< char_t > &str, value_t &value) |
Convert a type into a string. | |
template<typename ... Args> | |
void | xtd::unused (Args &&... args) |
It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when the variable or typedef can't be removed or commented out, e.g. when some blocks of the code are conditionally activated. | |
Variables | |
std::ostream cdebug & | xtd::__cdebugstreambuf__ |
Provides an std::ostream for xtd::diagnostics::debug. | |
#define add_last_arg_to_command_ | ( | command, | |
last_arg, | |||
... | |||
) |
#include <xtd.core/include/xtd/add_last_arg_to_command.h>
Adds last argument to a command with variadic arguments.
command | The variadic arguments command. |
last_arg | The last argument to add to variadic arguments |
... | Variadic arguments. |
#define const_overload_ |
#include <xtd.core/include/xtd/overload.h>
Helper keyword that use to determine one of const overloaded methods.
#define non_const_overload_ |
#include <xtd.core/include/xtd/overload.h>
Helper keyword that use to determine one of non const overloaded methods.
#define overload_ |
#include <xtd.core/include/xtd/overload.h>
Helper keyword that use to determine one of const and non const overloaded methods.
using xtd::action = typedef delegate <void(arguments_t...)> |
#include <xtd.core/include/xtd/action.h>
Represents a xtd::delegate that has variable parameters and does not return a value.
using xtd::async_callback = typedef delegate<void(std::shared_ptr<xtd::iasync_result> ar)> |
#include <xtd.core/include/xtd/async_callback.h>
References a method to be called when a corresponding asynchronous operation completes.
ar | The result of the asynchronous operation. |
using xtd::func = typedef delegate<result_t(arguments_t...)> |
#include <xtd.core/include/xtd/func.h>
Represents a delegate that has variables parameters and returns a value of the type specified by the result_t type.
using xtd::predicate = typedef delegate<bool(type_t)> |
#include <xtd.core/include/xtd/predicate.h>
Represents a delegate that defines a set of criteria and determines whether the specified object meets those criteria.
|
strong |
#include <xtd.core/include/xtd/net/sockets/address_family.h>
Specifies the addressing scheme that an instance of the xtd::net::sockets::socket class can use.
|
strong |
#include <xtd.core/include/xtd/architecture_id.h>
Identifies the processor architecture, supported by an assembly.
Enumerator | |
---|---|
unknown | The processor architecture is unknown. |
x86 | The processor architecture is x86 (Intel or amd). |
arm | The processor architecture is ARM. |
|
strong |
#include <xtd.core/include/xtd/diagnostics/assert_dialog_result.h>
Specifies identifiers to indicate the return value of an assert dialog box.
|
strong |
#include <xtd.core/include/xtd/build_type.h>
Identifies the build type.
Enumerator | |
---|---|
debug | Build type debug. |
release | Build type release. |
|
strong |
#include <xtd.core/include/xtd/compiler_id.h>
Identifies the compiler, supported by an assembly.
Enumerator | |
---|---|
unknown | The compiler is unknown. |
microsoft_visual_studio | The compiler is Microsoft Visual Studio. |
clang | The compiler is clang. |
gcc | The compiler is gcc. |
|
strong |
#include <xtd.core/include/xtd/console_color.h>
Specifies constants that define foreground and background colors for the console.
|
strong |
#include <xtd.core/include/xtd/console_key.h>
Specifies the standard keys on a console.
|
strong |
#include <xtd.core/include/xtd/console_modifiers.h>
Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.
Enumerator | |
---|---|
alt | The left or right ALT modifier key. |
shift | The left or right SHIFT modifier key. |
control | The left or right CTRL modifier key. |
|
strong |
#include <xtd.core/include/xtd/console_special_key.h>
Specifies combinations of modifier and console keys that can interrupt the current process.
Enumerator | |
---|---|
control_break | The console_modifiers::control modifier key plus the BREAK console key. |
control_c | The console_modifiers::control modifier key plus the console_key C console key. |
control_backslash | The console_modifiers::control modifier key plus the console_key \ console key. |
control_z | The console_modifiers::control modifier key plus the console_key Z console key. |
|
strong |
#include <xtd.core/include/xtd/environment_variable_target.h>
Specifies the location where an environment variable is stored or retrieved in a set or get operation.
|
strong |
#include <xtd.core/include/xtd/io/file_access.h>
Defines constants for read, write, or read/write access to a file. This enumeration has a flags attribute that allows a bitwise combination of its member values.
|
strong |
#include <xtd.core/include/xtd/io/file_attributes.h>
Provides attributes for files and directories.
|
strong |
#include <xtd.core/include/xtd/net/sockets/io_control_code.h>
Specifies the IO control codes supported by the xtd::net::sockets::socket::io_control method.
|
strong |
#include <xtd.core/include/xtd/net/sockets/ip_protection_level.h>
A value that enables restriction of an IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix.
|
strong |
#include <xtd.core/include/xtd/language_id.h>
Identifies the c++ language used by assembly.
|
strong |
#include <xtd.core/include/xtd/number_styles.h>
Determines the styles permitted in numeric string arguments that are passed to the xtd::parse and xtd::try_parse methods of the integral and floating-point numeric types. This enumeration has a flags attribute that allows a bitwise combination of its member values.
|
strong |
#include <xtd.core/include/xtd/platform_id.h>
Identifies the operating system, or platform, supported by an assembly.
|
strong |
#include <xtd.core/include/xtd/diagnostics/process_priority_class.h>
Indicates the priority that the system associates with a process. This value, together with the priority value of each thread of the process, determines each thread's base priority level.
|
strong |
#include <xtd.core/include/xtd/diagnostics/process_window_style.h>
Specified how a new window should appear when the system starts a process.
|
strong |
#include <xtd.core/include/xtd/net/sockets/protocol_family.h>
Specifies the type of protocol that an instance of the xtd::net::sockets::socket class can use.
|
strong |
#include <xtd.core/include/xtd/net/sockets/protocol_type.h>
Specifies the protocols that the xtd::net::sockets::socket class supports.
Enumerator | |
---|---|
unknown | Specifies an unknown protocol. |
ip_v6_hop_by_hop_options | IPv6 Hop by Hop Options header. |
unspecified | Unspecified Protocol. |
ip | Internet Protocol. |
icmp | Internet Control Message Protocol. |
igmp | Internet Group Management Protocol. |
ggp | Gateway To Gateway Protocol. |
ip_v4 | Internet Protocol version 4. |
tcp | Transmission Control Protocol. |
pup | PARC Universal Packet Protocol. |
udp | User Datagram Protocol. |
idp | Internet Datagram Protocol. |
ip_v6 | Internet Protocol version 6 (IPv6). |
ip_v6_routing_header | IPv6 Routing header. |
ip_v6_fragment_header | IPv6 Fragment header. |
ip_sec_encapsulating_security_payload | IPv6 Encapsulating Security Payload header. |
ip_sec_authentication_header | IPv6 Authentication header. For details, see RFC 2292 section 2.2.1, available at http://www.ietf.org. |
icmp_v6 | Internet Control Message Protocol for IPv6. |
ip_v6_no_next_header | IPv6 No next header. |
ip_v6_destination_options | IPv6 Destination Options header. |
nd | Net Disk Protocol (unofficial). |
raw | Raw IP packet protocol. |
ipx | Internet Packet Exchange Protocol. |
spx | Sequenced Packet Exchange protocol. |
spx_2 | Sequenced Packet Exchange version 2 protocol. |
|
strong |
#include <xtd.core/include/xtd/net/sockets/select_mode.h>
Defines the polling modes for the xtd::net::sockets::socket::poll method.
Enumerator | |
---|---|
select_read | Read status mode. |
select_write | Write status mode. |
select_error | Error status mode. |
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_async_operation.h>
The type of asynchronous socket operation most recently performed with this context object.
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_error.h>
Defines error codes for the xtd::net::sockets::socket class.
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_flags.h>
Specifies socket send and receive behaviors. This enumeration has a flags attribute that allows a bitwise combination of its member values.
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_information_options.h>
Describes states for a xtd::net::sockets::socket. This enumeration has a flags attribute that allows a bitwise combination of its member values.
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_option_level.h>
Defines socket option levels for the xtd::net::sockets::socket::set_socket_option and xtd::net::sockets::socket::get_socket_option methods.
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_option_name.h>
Defines configuration option names.
Enumerator | |
---|---|
debug | Record debugging information. |
accept_connection | The socket is listening. |
reuse_address | Allows the socket to be bound to an address that is already in use. |
keep_alive | Use keep-alive. |
dont_route | Do not route; send the packet directly to the interface addresses. |
broadcast | Permit sending broadcast messages on the socket. |
use_loopback | Bypass hardware when possible. |
linger | Linger on close if unsent data is present. |
out_of_band_inline | Receives out-of-band data in the normal data stream. |
dont_linger | Close the socket gracefully without lingering. |
exclusive_address_use | Enables a socket to be bound for exclusive access. |
send_buffer | Specifies the total per-socket buffer space reserved for sends. This is unrelated to the maximum message size or the size of a TCP window. |
receive_buffer | Specifies the total per-socket buffer space reserved for receives. This is unrelated to the maximum message size or the size of a TCP window. |
send_low_water | Specifies the low water mark for xtd::net::sockets::socket::send operations. |
receive_low_water | Specifies the low water mark for xtd::net::sockets::socket::receive operations. |
send_timeout | Send a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the xtd::net::sockets::socket::begin_send method. |
receive_timeout | Receive a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the xtd::net::sockets::socket::begin_send method. |
error | Get the error status and clear. |
type | Get the socket type. |
max_connections | Not supported; will throw a xtd::net::sockets::socket_exception exception if used. |
ip_options | Specifies the IP options to be inserted into outgoing datagrams. |
header_included | Indicates that the application provides the IP header for outgoing datagrams. |
type_of_service | Change the IP header type of the service field. |
ip_time_to_live | Set the IP header Time-to-Live field. |
multicast_interface | Set the interface for outgoing multicast packets. |
multicast_time_to_live | An IP multicast Time to Live. |
multicast_loopback | An IP multicast loopback. |
add_membership | Add an IP group membership. |
drop_membership | Drop an IP group membership. |
dont_fragment | Do not fragment IP datagrams. |
add_source_membership | Join a source group. |
drop_source_membership | Drop a source group. |
block_source | Block data from a source. |
unblock_source | Unblock a previously blocked source. |
packet_information | Return information about received packets. |
hop_limit | Specifies the maximum number of router hops for an Internet Protocol version 6 (IPv6) packet. This is similar to Time to Live (TTL) for Internet Protocol version 4. |
ip_protection_level | Enables restriction of a IPv6 socket to a specified scope, such as addresses with the same link local or site local prefix.This socket option enables applications to place access restrictions on IPv6 sockets. Such restrictions enable an application running on a private LAN to simply and robustly harden itself against external attacks. This socket option widens or narrows the scope of a listening socket, enabling unrestricted access from public and private users when appropriate, or restricting access only to the same site, as required. This socket option has defined protection levels specified in the xtd::net::sockets::ip_protection_level enumeration. |
ip_v6_only | Indicates if a socket created for the AF_INET6 address family is restricted to IPv6 communications only. Sockets created for the AF_INET6 address family may be used for both IPv6 and IPv4 communications. Some applications may want to restrict their use of a socket created for the AF_INET6 address family to IPv6 communications only. When this value is non-zero (the default on Windows), a socket created for the AF_INET6 address family can be used to send and receive IPv6 packets only. When this value is zero, a socket created for the AF_INET6 address family can be used to send and receive packets to and from an IPv6 address or an IPv4 address. Note that the ability to interact with an IPv4 address requires the use of IPv4 mapped addresses. This socket option is supported on Windows Vista or later. |
no_delay | Disables the Nagle algorithm for send coalescing. |
bsd_urgent | Use urgent data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off. |
expedited | Use expedited data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off. |
no_checksum | Send UDP datagrams with checksum set to zero. |
checksum_coverage | Set or get the UDP checksum coverage. |
update_accept_context | Updates an accepted socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_ACCEPT_CONTEXT socket option and is supported only on connection-oriented sockets. |
update_connect_context | Updates a connected socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_CONNECT_CONTEXT socket option and is supported only on connection-oriented sockets. |
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_shutdown.h>
Defines constants that are used by the xtd::net::sockets::socket::shutdown method.
Enumerator | |
---|---|
receive | Disables a xtd::net::sockets::socket for receiving. This field is constant. |
send | Disables a xtd::net::sockets::socket for sending. This field is constant. |
both | Disables a xtd::net::sockets::socket for both sending and receiving. This field is constant. |
|
strong |
#include <xtd.core/include/xtd/net/sockets/socket_type.h>
Specifies the type of socket that an instance of the xtd::net::sockets::socket class represents.
Enumerator | |
---|---|
unknown | Specifies an unknown xtd::net::sockets::socket type. |
stream | Supports reliable, two-way, connection-based byte streams without the duplication of data and without preservation of boundaries. A xtd::net::sockets::socket of this type communicates with a single peer and requires a remote host connection before communication can begin. xtd::net::sockets::socket_types::stream uses the Transmission Control Protocol (xtd::net::sockets::protocol_type::tcp) and the xtd::net::sockets::address_family::inter_network address family. |
dgram | Supports datagrams, which are connectionless, unreliable messages of a fixed (typically small) maximum length. Messages might be lost or duplicated and might arrive out of order. A xtd::net::sockets::socket of type xtd::net::sockets::socket_type::dgram requires no connection prior to sending and receiving data, and can communicate with multiple peers. xtd::net::sockets::socket_type::dgram uses the Datagram Protocol (xtd::net::sockets::protocol_type::udp) and the xtd::net::sockets::address_family::inter_network address family. |
raw | Supports access to the underlying transport protocol. Using the xtd::net::sockets::socket_type::raw, you can communicate using protocols like Internet Control Message Protocol (xtd::net::sockets::protocol_type::icmp) and Internet Group Management Protocol (xtd::net::sockets::protocol_type::Igmp). Your application must provide a complete IP header when sending. Received datagrams return with the IP header and options intact. |
rdm | Supports connectionless, message-oriented, reliably delivered messages, and preserves message boundaries in data. xtd::net::sockets::socket_type::rdm (Reliably Delivered Messages) messages arrive unduplicated and in order. Furthermore, the sender is notified if messages are lost. If you initialize a xtd::net::sockets::socket using xtd::net::sockets::socket_type::rdm, you do not require a remote host connection before sending and receiving data. With xtd::net::sockets::socket_typerdm, you can communicate with multiple peers. |
seqpacket | Provides connection-oriented and reliable two-way transfer of ordered byte streams across a network. xtd::net::sockets::socket_type::seqpacket does not duplicate data, and it preserves boundaries within the data stream. A xtd::net::sockets::socket of type xtd::net::sockets::socket_type::seqpacket communicates with a single peer and requires a remote host connection before communication can begin. |
|
strong |
#include <xtd.core/include/xtd/diagnostics/source_levels.h>
Specifies the levels of trace messages filtered by the source switch and event type filter. This enumeration has a flags attribute that allows a bitwise combination of its member values.
|
strong |
#include <xtd.core/include/xtd/string_comparison.h>
Specifies the culture, case, and sort rules to be used by certain overloads of the xtd::ustring::compare method.
Enumerator | |
---|---|
ordinal | Compare strings using ordinal (binary) sort rules. |
ordinal_ignore_case | Compare strings using ordinal (binary) sort rules and ignoring the case of the strings being compared. |
|
strong |
#include <xtd.core/include/xtd/string_split_options.h>
Specifies whether applicable xtd::ustring::split method overloads include or omit empty substrings from the return value.
Enumerator | |
---|---|
none | The return value includes array elements that contain an empty string. |
remove_empty_entries | The return value does not include array elements that contain an empty string. |
|
strong |
#include <xtd.core/include/xtd/diagnostics/trace_event_type.h>
Identifies the type of event that has caused the trace.
|
strong |
#include <xtd.core/include/xtd/diagnostics/trace_level.h>
Specifies what messages to output for the debug, trace and trace_switch classes.
|
strong |
#include <xtd.core/include/xtd/diagnostics/trace_options.h>
Specifies trace data options to be written to the trace output.
|
strong |
#include <xtd.core/include/xtd/net/sockets/transmit_file_options.h>
The TransmitFileOptions enumeration defines values used in file transfer requests.
Enumerator | |
---|---|
use_default_worker_thread | Use the default thread to process long file transfer requests. |
disconnect | Start a transport-level disconnect after all the file data has been queued for transmission. When used with xtd::net::sockets::transmit_file_options::reuse_socket, these flags return the socket to a disconnected, reusable state after the file has been transmitted. |
reuse_socket | The socket handle may be reused when the request completes. This flag is valid only if xtd::net::sockets::transmit_file_options::disconnect is also specified. When used with xtd::net::sockets::transmit_file_options::disconnect, these flags return the socket to a disconnected, reusable state after the file has been transmitted. |
write_behind | Complete the file transfer request immediately, without pending. If this flag is specified and the file transfer succeeds, the data has been accepted by the system but not necessarily acknowledged by the remote end. Do not use this flag with the xtd::net::sockets::transmit_file_options::disconnect and xtd::net::sockets::transmit_file_options::reuse_socket flags. |
use_system_thread | Use system threads to process long file transfer requests. |
use_kernel_apc | Use kernel asynchronous procedure calls (APCs) instead of worker threads to process long file transfer requests. Long requests are defined as requests that require more than a single read from the file or a cache; the request therefore depends on the size of the file and the specified length of the send packet. |
new_type_t xtd::as | ( | bool | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | byte_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char16_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char16_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char32_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char32_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char8_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char8_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char16_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char32_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char8_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
const new_type_t & xtd::as | ( | const current_type_t & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
const new_type_t * xtd::as | ( | const current_type_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
std::shared_ptr< new_type_t > xtd::as | ( | const std::shared_ptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
new_type_t xtd::as | ( | const std::string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const std::u16string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const std::u32string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const std::u8string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const std::wstring & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const wchar_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const xtd::ustring & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t & xtd::as | ( | current_type_t & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
new_type_t * xtd::as | ( | current_type_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
new_type_t xtd::as | ( | decimal_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | double | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | float | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int16_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int32_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int64_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | llong_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | sbyte_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | std::any | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
std::shared_ptr< new_type_t > xtd::as | ( | std::shared_ptr< current_type_t > && | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
std::shared_ptr< new_type_t > xtd::as | ( | std::shared_ptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
new_type_t xtd::as | ( | std::string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | std::u16string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | std::u32string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | std::u8string & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
std::unique_ptr< new_type_t > xtd::as | ( | std::unique_ptr< current_type_t > && | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
std::unique_ptr< new_type_t > xtd::as | ( | std::unique_ptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
new_type_t xtd::as | ( | std::wstring & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | uint16_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | uint32_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | uint64_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | ullong_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | wchar_t * | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | wchar_t | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | xtd::ustring & | value | ) |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a byte. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a byte. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a int16. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a int32. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a int64. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a llong. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a sbyte. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a uint16. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a uint32. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a uint64. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | value does not represent a ullong. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
from_base | The base of the number in value, which must be 2, 8, 10, or 16. |
xtd::argument_exception | vfrom_base is not 2, 8, 10, or 16. |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
#include <xtd.core/include/xtd/as.h>
Casts a type into another type.
|
inline |
|
inline |
#include <xtd.core/include/xtd/ctrace.h>
Provides an std::ostream for xtd::diagnostics::trace.
bool xtd::is | ( | const param_t & | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
bool xtd::is | ( | const param_t * | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
bool xtd::is | ( | param_t & | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
bool xtd::is | ( | param_t * | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
bool xtd::is | ( | std::any | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
bool xtd::is | ( | std::shared_ptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
byte_t xtd::operator""_b | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
byte_t xtd::operator""_b | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
char32_t xtd::operator""_c | ( | char | c | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into char32._t.
char32_t xtd::operator""_c | ( | char16_t | c | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into char32._t.
char32_t xtd::operator""_c | ( | char32_t | c | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into char32._t.
char32_t xtd::operator""_c | ( | unsigned long long | c | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into char32._t.
char32_t xtd::operator""_c | ( | wchar_t | c | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into char32._t.
double xtd::operator""_d | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
double xtd::operator""_d | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
float xtd::operator""_f | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
xtd::ustring xtd::operator""_s | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | long double | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_s | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
int16_t xtd::operator""_s16 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int16_t xtd::operator""_s16 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int32_t xtd::operator""_s32 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int64_t xtd::operator""_s64 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
int8_t xtd::operator""_s8 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
xtd::ustring xtd::operator""_sb | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb16 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb2 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb32 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb4 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb64 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sb8 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sx | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sX | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sx2 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sX2 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sx4 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sX4 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sx8 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
xtd::ustring xtd::operator""_sX8 | ( | unsigned long long | s | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into xtd::ustring.
const char * xtd::operator""_t | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to translate specified string into locale.
xtd::ustring xtd::operator""_t | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to translate specified string into locale.
xtd::ustring xtd::operator""_t | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to translate specified string into locale.
xtd::ustring xtd::operator""_t | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to translate specified string into locale.
xtd::ustring xtd::operator""_t | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to translate specified string into locale.
uint16_t xtd::operator""_u16 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint16_t xtd::operator""_u16 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint32_t xtd::operator""_u32 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint64_t xtd::operator""_u64 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | const char * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | const char16_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | const char32_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | const char8_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | const wchar_t * | s, |
size_t | n | ||
) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | long double | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
uint8_t xtd::operator""_u8 | ( | unsigned long long | n | ) |
#include <xtd.core/include/xtd/literals.h>
Used to convert specified value into byte.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format.
value | Value to convert. |
fmt | A composite format string. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format.
value | Value to convert. |
fmt | A composite format string. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inline |
#include <xtd.core/include/xtd/to_string.h>
Convert a specified value into a string with specified format and locale.
value | Value to convert. |
fmt | A composite format string. |
loc | An object of class std::locale is an immutable indexed set of immutable facets. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inlinestatic |
#include <xtd.core/include/xtd/convert_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
|
inline |
|
inline |
void xtd::unused | ( | Args &&... | args | ) |
#include <xtd.core/include/xtd/unused.h>
It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when the variable or typedef can't be removed or commented out, e.g. when some blocks of the code are conditionally activated.
args | variables to suppress the unused warning |
|
inline |
#include <xtd.core/include/xtd/cdebug.h>
Provides an std::ostream for xtd::diagnostics::debug.