The xtd.core library contains all fundamental classes to access Hardware, Os, System, and more.
Classes | |
class | xtd::abstract_object |
Represent an abstract class. More... | |
class | xtd::access_violation_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::any_object |
Represent a polymorphic wrapper capable of holding any type. More... | |
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::array_< type_t, 1, allocator_t > |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
class | xtd::array_< type_t, 2, allocator_t > |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
class | xtd::array_< type_t, 3, allocator_t > |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
class | xtd::array_abstract_object |
Abstract object that represent array. More... | |
class | xtd::array_<> |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
class | xtd::attribute |
Represents the base class for custom attributes. More... | |
class | xtd::background_color |
Represent background color output manipulator class. More... | |
class | xtd::basic_array< type_t, allocator_t > |
Base object that represent array. More... | |
class | xtd::basic_string< char_t, traits_t, allocator_t > |
Represents text as a sequence of character units. 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::box< type_t > |
Represents a boxed object. More... | |
class | xtd::box_char< type_t > |
Represents a boxed char object. More... | |
class | xtd::box_floating_point< type_t > |
Represents a boxed floating point object. More... | |
class | xtd::box_integer< type_t > |
Represents a boxed integer object. More... | |
struct | xtd::call_once |
The xtd::call_once struct can be used to execute a routine exactly once. This can be used to initialise data in a thread-safe way. More... | |
class | xtd::collections::generic::comparer< type_t > |
Provides a base class for implementations of the xtd::collections::generic::icomparer <type_t> generic interface. More... | |
class | xtd::collections::generic::empty_comparer< type_t > |
Provides an empty comparer class. More... | |
class | xtd::collections::generic::enumerable_iterators< type_t, enumerable_t > |
Internal enumarable iterators definition. More... | |
class | xtd::collections::generic::enumerator< type_t > |
Supports a simple iteration over a generic collection. More... | |
struct | xtd::collections::generic::helpers::comparer< type_t > |
Implements a function object for compare data. More... | |
struct | xtd::collections::generic::helpers::equator< key_t > |
Implements a function object for performing comparisons. Unless specialised, invokes operator== on type type_t. xtd::equator with the key and the value strongly typed to be std::any. More... | |
struct | xtd::collections::generic::helpers::hasher< key_t > |
Implements a function object for hashing data. More... | |
class | xtd::collections::generic::icollection< type_t > |
Defines methods to manipulate generic collections. More... | |
class | xtd::collections::generic::icomparer< type_t > |
Exposes a method that compares two objects. More... | |
class | xtd::collections::generic::ienumerable< type_t > |
Exposes the enumerator, which supports a simple iteration over a collection of a specified type. More... | |
class | xtd::collections::generic::ienumerator< type_t > |
Supports a simple iteration over a generic collection. More... | |
class | xtd::collections::generic::iequality_comparer< type_t > |
Defines methods to support the comparison of objects for equality. More... | |
class | xtd::collections::generic::ilist< type_t > |
Represents a collection of objects that can be individually accessed by index. More... | |
class | xtd::collections::generic::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::collections::generic::list< type_t, allocator_t > |
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. 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::collections::object_model::read_only_collection< type_t > |
Provides the base class for a generic read-only collection. More... | |
class | xtd::comparison_operators< type_t, comparable_t > |
Internal comparable operators definition. More... | |
class | xtd::compiler |
Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited. More... | |
class | xtd::configuration::file_settings |
Represents an object for storing and retrieving configuration information using text files in INI format. More... | |
class | xtd::configuration::settings |
Represent settings associate to the application. 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... | |
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::date_time |
Represents an instant in time, typically expressed as a date and time of day. 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::distribution |
Represents information about an operating system distribution, such as the version and name. This class cannot be inherited. 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::enum_object< enum_t > |
Provides the base class for enumerations. More... | |
class | xtd::enum_object< std::nullptr_t > |
Provides the base class for enumerations. More... | |
struct | xtd::enum_register< enum_t > |
Provides the registration struct for enumerations. More... | |
struct | xtd::enum_set_attribute< enum_t > |
Provides the set attribute struct for enumerations. More... | |
class | xtd::environment |
The environment class. More... | |
class | xtd::equality_operators< type_t, equatable_t > |
Internal comparable operators definition. 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::exception |
Defines the base class for predefined exceptions in the xtd namespace. 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::h_result |
Contains the HRESULT values used by xtd. More... | |
class | xtd::hash_code |
Combines the hash code for multiple values into a single hash code. More... | |
class | xtd::iasync_result |
Represents the status of an asynchronous operation. More... | |
class | xtd::iclonable |
Supports cloning, which creates a new instance of a class with the same value as an existing instance. 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::iformatable |
Provides functionality to format the value of an object into a string representation. 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::array_< type_t, rank_size, allocator_t > |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays. More... | |
class | xtd::interrupt_exception |
The exception that is thrown when a method call is invalid for the object's current state. 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::binary_reader |
Reads primitive data types as binary values in a specific encoding. More... | |
class | xtd::io::binary_writer |
Writes primitive types in binary to a stream and supports writing strings. More... | |
class | xtd::io::directory |
Exposes static methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited. More... | |
class | xtd::io::directory_info |
Exposes instance methods for creating, moving, and enumerating through directories and subdirectories. This class cannot be inherited. 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_info |
Provides access to information on a drive. 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_info |
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_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::file_system_info |
Provides the base class for both xtd::io::file_info and xtd::io::directory_info objects. More... | |
class | xtd::io::io_exception |
The exception that is thrown when an I/O error occurs. 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::text_reader |
Represents a reader that can read a sequential series of characters. More... | |
class | xtd::io::null_text_reader |
Represents a null text reader. More... | |
class | xtd::io::synchronized_text_reader |
Represents a synchronized text reader. More... | |
class | xtd::io::text_writer |
Represents a writer that can write a sequential series of characters. More... | |
class | xtd::io::null_text_writer |
Represents a null text writer. More... | |
class | xtd::io::synchronized_text_writer |
Represents a synchronized text writer. More... | |
class | xtd::iobservable< type_t > |
Provides a mechanism for receiving push-based notifications. More... | |
class | xtd::iobserver< type_t > |
Provides a mechanism for receiving push-based notifications. More... | |
class | xtd::iprogress< type_t > |
Defines a provider for progress updates. More... | |
class | xtd::istringable |
Provides a way to represent the current object as a string. More... | |
class | xtd::isynchronize_invoke |
Provides a way to synchronously or asynchronously execute a delegate. 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::memory_information |
Represents information about the memory. This class is static. 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... | |
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::out_of_memory_exception |
The exception that is thrown when one of the arguments provided to a method is not valid. 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::non_const_overload< args_t > |
Represents class that use to determine one of non const overloaded methods. More... | |
struct | xtd::const_overload< args_t > |
Represents class that use to determine one of const overloaded methods. 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::program_exit_event_args |
Provides data for the environment program exit event. 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::rank_exception |
The exception that is thrown when an array with the wrong number of dimensions is passed to a method. More... | |
class | xtd::reflection::assembly |
Represents an assembly, which is a reusable, versionable, and self-describing building block of an application. More... | |
class | xtd::reflection::assembly_company_attribute |
Defines a company name custom attribute for an assembly manifest. More... | |
class | xtd::reflection::assembly_configuration_attribute |
Specifies the build configuration, such as retail or debug, for an assembly. More... | |
class | xtd::reflection::assembly_copyright_attribute |
Defines a copyright custom attribute for an assembly manifest. More... | |
class | xtd::reflection::assembly_culture_attribute |
Specifies which culture the assembly supports. More... | |
class | xtd::reflection::assembly_description_attribute |
Provides a text description for an assembly. More... | |
class | xtd::reflection::assembly_file_version_attribute |
Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number. More... | |
class | xtd::reflection::assembly_guid_attribute |
Specifies the guid of the assembly being attributed. More... | |
class | xtd::reflection::assembly_identifier_attribute |
Specifies the identifier of the assembly being attributed. More... | |
class | xtd::reflection::assembly_name_attribute |
Specifies a name for an assembly. More... | |
class | xtd::reflection::assembly_product_attribute |
Defines a product name custom attribute for an assembly manifest. More... | |
class | xtd::reflection::assembly_title_attribute |
Specifies a title for an assembly. More... | |
class | xtd::reflection::assembly_trademark_attribute |
Defines a trademark custom attribute for an assembly manifest. More... | |
class | xtd::reflection::assembly_version_attribute |
Specifies the version of the assembly being attributed. More... | |
class | xtd::reset_color |
Represent reset color output manipulator class. More... | |
class | xtd::runtime::exception_services::exception_dispatch_info |
Represents an exception whose state is captured at a certain point in code. More... | |
struct | xtd::scope_exit |
Nowadays, every C++ developer is familiar with the Resource Acquisition Is Initialization (RAII) technique. It binds resource acquisition and release to initialization and destruction of a variable that holds the resource. There are times when writing a special class for such a variable is not worth the effort. This is when xtd xtd::scope_exit comes into play. 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::security::security_exception |
The exception that is thrown when an I/O error occurs. More... | |
class | xtd::signal_cancel_event_args |
Provides data for the environment signal event. This class cannot be inherited. More... | |
class | xtd::software_termination_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::source_location |
The xtd::source_location class represents certain information about the source code, such as file names, line numbers, and function names. Previously, functions that desire to obtain this information about the call site (for logging, testing, or debugging purposes) must use macros so that predefined macros like __LINE__ and __FILE__ are expanded in the context of the caller. The xtd::source_location class provides a better alternative. More... | |
class | xtd::speech::synthesis::prompt |
Represents information about what can be rendered, either text or an audio file, by the xtd::speech::synthesis::speech_synthesizer. More... | |
class | xtd::speech::synthesis::prompt_event_args |
Provides data for the method_name_completed event. More... | |
class | xtd::speech::synthesis::speech_synthesizer |
Provides access to the functionality of an installed speech synthesis engine. More... | |
class | xtd::speech::synthesis::state_changed_event_args |
Returns data from the xtd::speech::synthesis::speech_synthesizer::state_changed event. More... | |
class | xtd::startup |
Defines the xtd::startup object that can be used in the main method to safely call the application's main entry point. More... | |
class | xtd::static_object |
Represent a static object. A static class can't be instantiated (constructors are deleted). More... | |
class | xtd::system_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::target_type |
Represents information about target type, such as the target identifier. This class cannot be inherited. More... | |
class | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > |
Represents a mutable string of characters. This class cannot be inherited. More... | |
class | xtd::threading::abandoned_mutex_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
class | xtd::threading::auto_reset_event |
Represents a thread synchronization event that, when signaled, resets automatically after releasing a single waiting thread. This class cannot be inherited. More... | |
class | xtd::threading::barrier |
Enables multiple tasks to cooperatively work on an algorithm in parallel through multiple phases. More... | |
class | xtd::threading::barrier_post_phase_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
class | xtd::threading::cancellation_token |
Propagates notification that operations should be canceled. More... | |
class | xtd::threading::cancellation_token_registration |
Propagates notification that operations should be canceled. More... | |
class | xtd::threading::cancellation_token_source |
Signals to a xtd::threading::cancellation_token that it should be canceled. More... | |
class | xtd::threading::countdown_event |
Represents a synchronization primitive that is signaled when its count reaches zero. More... | |
class | xtd::threading::event_wait_handle |
Represents a thread synchronization event. More... | |
class | xtd::threading::interlocked |
Provides atomic operations for variables that are shared by multiple threads. More... | |
class | xtd::threading::jthread |
Creates and controls an automatically rejoins on destruction thread, sets its priority, and gets its status. More... | |
class | xtd::threading::lock_guard |
Provides a mechanism that synchronizes access to objects with xtd::threading::monitor. More... | |
class | xtd::threading::lock_recursion_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
class | xtd::threading::manual_reset_event |
Represents a thread synchronization event that, when signaled, must be reset manually. This class cannot be inherited. More... | |
class | xtd::threading::monitor |
Provides a mechanism that synchronizes access to objects. More... | |
class | xtd::threading::mutex |
A synchronization primitive that can also be used for interprocess synchronization. More... | |
class | xtd::threading::registered_wait_handle |
A synchronization primitive that can also be used for interprocess synchronization. More... | |
class | xtd::threading::semaphore |
Limits the number of threads that can access a resource or pool of resources concurrently. More... | |
class | xtd::threading::semaphore_full_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::threading::spin_lock |
Provides a mutual exclusion lock primitive where a thread trying to acquire the lock waits in a loop repeatedly checking until the lock becomes available. More... | |
class | xtd::threading::synchronization_lock_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
class | xtd::threading::tasks::task_canceled_exception |
Represents an exception used to communicate task cancellation. More... | |
class | xtd::threading::thread |
Creates and controls a thread, sets its priority, and gets its status. More... | |
class | xtd::threading::thread_abort_exception |
The exception that is thrown when a method call is invalid for the object's current state. More... | |
class | xtd::threading::thread_interrupted_exception |
The exception that is thrown when a Thread is interrupted while it is in a waiting state. More... | |
class | xtd::threading::thread_local_object< value_t > |
Provides thread-local storage of data. More... | |
class | xtd::threading::thread_pool |
Provides a pool of threads that can be used to execute tasks, post work items, process asynchronous I/O, wait on behalf of other threads, and process timers. More... | |
class | xtd::threading::thread_state_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
class | xtd::threading::timeout |
Contains a constant used to specify an infinite amount of time. This class cannot be inherited. More... | |
class | xtd::threading::timer |
Provides a mechanism for executing a method on a thread pool thread at specified intervals. This class cannot be inherited. More... | |
class | xtd::threading::wait_handle |
Encapsulates operating system specific objects that wait for exclusive access to shared resources. More... | |
class | xtd::threading::wait_handle_cannot_be_opened_exception |
The exception that is thrown when a Thread is in an invalid ThreadState for the method call. More... | |
struct | xtd::time_span |
Represents a time interval. More... | |
class | xtd::time_zone_info |
Represents any time zone in the world. More... | |
class | xtd::time_zone_info::transition_time |
Provides information about a specific time change, such as the change from daylight saving time to standard time or vice versa, in a particular time zone. More... | |
class | xtd::time_zone_info::adjustement_rule |
Provides information about a time zone adjustment, such as the transition to and from daylight saving time. More... | |
class | xtd::time_zone_not_found_exception |
The exception that is thrown when the time allotted for a process or operation has expired. More... | |
class | xtd::timeout_exception |
The exception that is thrown when the time allotted for a process or operation has expired. More... | |
class | xtd::timers::elapsed_event_args |
Provides data for the xtd::timers::timer::elapsed event. More... | |
class | xtd::timers::timer |
Generates an event after a set interval, with an option to generate recurring events. 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::type_object |
Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. More... | |
class | xtd::unauthorized_access_exception |
The exception that is thrown when one of the arguments provided to a method is not valid. 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::uri |
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI. More... | |
class | xtd::uri_format_exception |
The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected. More... | |
class | xtd::uri_template_match_exception |
Represents an error when matching a Uri to a UriTemplateTable. 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 | overload_ |
Helper keyword that use to determine one of const and non const overloaded methods. | |
#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. | |
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_result = xtd::sptr< xtd::iasync_result > |
Represents the status of an asynchronous operation. | |
template<typename type_t > | |
using | xtd::comparison = delegate< int32, type_t, type_t > |
Represents the method that compares two objects of the same type. | |
using | xtd::const_object_ref = std::reference_wrapper< const object > |
Represents an object reference. | |
using | xtd::async_callback = delegate< void(async_result ar)> |
References a method to be called when a corresponding asynchronous operation completes. | |
template<typename enum_t > | |
using | xtd::enum_collection = std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > |
Represents a pair of an enum_t value and a string of an enum of type enum_t. | |
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. | |
using | xtd::object_ref = std::reference_wrapper< object > |
Represents an object reference. | |
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. | |
using | xtd::threading::parameterized_thread_start = delegate< void(std::any)> |
Represents the method that executes on a xtd::threading::thread. | |
using | xtd::threading::thread_start = delegate< void()> |
Represents the method that executes on a xtd::threading::thread. | |
using | xtd::threading::timer_callback = action< std::any > |
Represents the method that handles calls from a xtd::threading::timer. | |
using | xtd::threading::wait_callback = delegate< void(std::any)> |
Represents a callback method to be executed by a thread pool thread. | |
using | xtd::threading::wait_or_timer_callback = delegate< void(std::any, bool)> |
Represents a method to be called when a xtd::threading::wait_handle is signaled or times out. | |
Functions | |
std::ostream | xtd::cnull (nullptr) |
Provides a null std::ostream. | |
template<typename type_t > | |
void | xtd::delete_ptr (sptr< type_t > &ptr) |
xtd::delete_ptr operator delete a xtd::sptr or xtd::ptr object. | |
template<typename type_t > | |
void | xtd::delete_ptr (uptr< type_t > &ptr) |
xtd::delete_ptr operator delete a xtd::uptr object. | |
template<typename type_t > | |
void | xtd::delete_sptr (sptr< type_t > &ptr) |
xtd::delete_sptr operator delete a xtd::sptr or xtd::ptr object. | |
template<typename type_t > | |
void | xtd::delete_uptr (uptr< type_t > &ptr) |
xtd::delete_uptr operator delete a xtd::uptr object. | |
template<typename type_t > | |
type_t | xtd::as (any_object &o) |
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 > (bool value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (xtd::byte 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 > (char8 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char16 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char32 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (wchar value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (decimal 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 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (int32 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (int64 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (slong value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (sbyte value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint16 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint32 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (uint64 value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (xtd::string &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 > (std::string &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 > (std::u8string &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 > (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 > (std::u32string &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 > (std::wstring &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 > (char *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char8 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char8 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char16 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char16 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const char32 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (char32 *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (const wchar *value) |
Casts a type into another type. | |
template<> | |
bool | xtd::as< bool > (wchar *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::any value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (bool value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char8 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char16 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char32 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (wchar value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (decimal value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (double value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (float value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (int16 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (int32 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (int64 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (slong value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (sbyte value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (uint16 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (uint32 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (uint64 value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const char *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const char8 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char8 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const char16 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char16 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const char32 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (char32 *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (const wchar *value) |
Casts a type into another type. | |
template<> | |
xtd::byte | xtd::as< xtd::byte > (wchar *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 > (bool value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (xtd::byte 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 > (char8 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char16 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char32 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (wchar value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (decimal 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 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (int32 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (int64 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (slong value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (sbyte value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint16 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint32 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (uint64 value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (xtd::string &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 > (std::string &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 > (std::u8string &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 > (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 > (std::u32string &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 > (std::wstring &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 > (char *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char8 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char8 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char16 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char16 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const char32 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (char32 *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (const wchar *value) |
Casts a type into another type. | |
template<> | |
char | xtd::as< char > (wchar *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::any value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (bool value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char8 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char16 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char32 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (wchar value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (decimal value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (double value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (float value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (int16 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (int32 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (int64 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (slong value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (sbyte value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (uint16 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (uint32 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (uint64 value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const char *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char8 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char16 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (char32 *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
char16 | xtd::as< char16 > (wchar *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::any value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (bool value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char8 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char16 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char32 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (wchar value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (decimal value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (double value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (float value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (int16 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (int32 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (int64 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (slong value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (sbyte value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (uint16 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (uint32 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (uint64 value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const char *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char8 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char16 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (char32 *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
char32 | xtd::as< char32 > (wchar *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::any value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (bool value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char8 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (wchar value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (decimal value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (double value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (float value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (int64 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (slong value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (sbyte value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint16 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint32 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (uint64 value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char8 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char16 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (char32 *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
char8 | xtd::as< char8 > (wchar *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::any value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (bool value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char8 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char16 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char32 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (wchar value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (decimal value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (double value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (float value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (int16 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (int32 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (int64 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (slong value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (sbyte value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (uint16 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (uint32 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (uint64 value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const std::string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const char *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const char8 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char8 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const char16 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char16 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const char32 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (char32 *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (const wchar *value) |
Casts a type into another type. | |
template<> | |
decimal | xtd::as< decimal > (wchar *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 > (bool value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char8 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char16 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char32 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (wchar value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (decimal value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (double value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (float value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int16 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int32 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (int64 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (slong value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (sbyte value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint16 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint32 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (uint64 value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char8 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char8 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char16 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char16 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const char32 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (char32 *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (const wchar *value) |
Casts a type into another type. | |
template<> | |
double | xtd::as< double > (wchar *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (std::any 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 > (xtd::byte 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 > (char8 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char16 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char32 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (wchar value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (decimal 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 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (int32 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (int64 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (slong value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (sbyte value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint16 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint32 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (uint64 value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (xtd::string &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 > (std::string &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 > (std::u8string &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 > (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 > (std::u32string &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 > (std::wstring &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 > (char *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char8 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char8 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char16 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char16 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const char32 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (char32 *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (const wchar *value) |
Casts a type into another type. | |
template<> | |
float | xtd::as< float > (wchar *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 > | |
new_type_t | xtd::as (bool value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (xtd::byte 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 (char8 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char16 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char32 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (wchar value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (decimal 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 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (int32 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (int64 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (slong value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (sbyte value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint16 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint32 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (uint64 value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (xtd::ulong value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const xtd::string &value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (xtd::string &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 (std::string &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 (std::u8string &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 (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 (std::u32string &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 (std::wstring &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 (char *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char8 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char8 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char16 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char16 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const char32 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (char32 *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (const wchar *value) |
Casts a type into another type. | |
template<typename new_type_t > | |
new_type_t | xtd::as (wchar *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::any value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (bool value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char8 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char16 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char32 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (wchar value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (decimal value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (double value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (float value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (int16 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (int32 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (int64 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (slong value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (sbyte value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (uint16 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (uint32 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (uint64 value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const char *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char8 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char16 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (char32 *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
int16 | xtd::as< int16 > (wchar *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::any value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (bool value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char8 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char16 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char32 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (wchar value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (decimal value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (double value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (float value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (int16 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (int32 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (int64 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (slong value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (sbyte value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (uint16 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (uint32 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (uint64 value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const char *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char8 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char16 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (char32 *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
int32 | xtd::as< int32 > (wchar *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::any value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (bool value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char8 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char16 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char32 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (wchar value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (decimal value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (double value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (float value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (int16 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (int32 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (int64 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (slong value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (sbyte value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (uint16 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (uint32 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (uint64 value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const char *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char8 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char16 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (char32 *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
int64 | xtd::as< int64 > (wchar *value) |
Casts a type into another type. | |
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 > | |
new_type_t & | xtd::as (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 > | |
new_type_t * | xtd::as (current_type_t *value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
xtd::uptr< new_type_t > | xtd::as (xtd::uptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
xtd::uptr< new_type_t > | xtd::as (xtd::uptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
xtd::sptr< new_type_t > | xtd::as (const xtd::sptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
xtd::sptr< new_type_t > | xtd::as (xtd::sptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
xtd::sptr< new_type_t > | xtd::as (xtd::sptr< current_type_t > &&value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::any value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (bool value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char8 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char16 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char32 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (wchar value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (decimal value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (double value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (float value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (int16 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (int32 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (int64 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (slong value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (sbyte value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (uint16 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (uint32 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (uint64 value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const std::string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const char *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const char8 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char8 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const char16 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char16 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const char32 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (char32 *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (const wchar *value) |
Casts a type into another type. | |
template<> | |
sbyte | xtd::as< sbyte > (wchar *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::any value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (bool value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char8 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char16 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char32 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (wchar value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (decimal value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (double value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (float value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (int16 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (int32 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (int64 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (slong value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (sbyte value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (uint16 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (uint32 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (uint64 value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const std::string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const char *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const char8 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char8 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const char16 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char16 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const char32 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (char32 *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (const wchar *value) |
Casts a type into another type. | |
template<> | |
slong | xtd::as< slong > (wchar *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<> | |
string | xtd::as< string > (std::any value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (bool value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::byte value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char8 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (char32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (wchar value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (decimal value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (double value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (float value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int16 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int32 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int64 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (int64 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (slong value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (slong value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (sbyte value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (sbyte value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint16 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint16 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint32 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint32 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint64 value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (uint64 value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
string | xtd::as< string > (xtd::ulong value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::any value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (bool value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char8 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char16 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char32 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (wchar value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (decimal value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (double value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (float value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (int16 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (int32 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (int64 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (slong value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (sbyte value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (uint16 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (uint32 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (uint64 value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const char *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char8 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char16 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (char32 *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
uint16 | xtd::as< uint16 > (wchar *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::any value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (bool value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char8 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char16 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char32 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (wchar value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (decimal value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (double value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (float value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (int16 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (int32 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (int64 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (slong value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (sbyte value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (uint16 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (uint32 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (uint64 value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const char *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char8 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char16 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (char32 *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
uint32 | xtd::as< uint32 > (wchar *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::any value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (bool value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char8 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char16 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char32 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (wchar value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (decimal value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (double value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (float value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (int16 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (int32 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (int64 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (slong value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (sbyte value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (uint16 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (uint32 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (uint64 value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const std::string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const char *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const char8 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char8 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const char16 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char16 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const char32 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (char32 *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (const wchar *value) |
Casts a type into another type. | |
template<> | |
uint64 | xtd::as< uint64 > (wchar *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::any value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (bool value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char8 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char16 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char32 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (wchar value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (decimal value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (double value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (float value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (int16 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (int32 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (int64 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (slong value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (sbyte value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (uint16 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (uint32 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (uint64 value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const xtd::string &value, xtd::byte from_base) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const char *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const char8 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char8 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const char16 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char16 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const char32 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (char32 *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (const wchar *value) |
Casts a type into another type. | |
template<> | |
xtd::ulong | xtd::as< xtd::ulong > (wchar *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::any value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (bool value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (xtd::byte value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char8 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char16 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char32 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (wchar value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (decimal value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (double value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (float value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (int16 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (int32 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (int64 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (slong value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (sbyte value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (uint16 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (uint32 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (uint64 value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (xtd::ulong value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const xtd::string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (xtd::string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const std::string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const std::u8string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::u8string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const std::u16string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::u16string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const std::u32string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::u32string &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const std::wstring &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (std::wstring &value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const char *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const char8 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char8 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const char16 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char16 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const char32 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (char32 *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (const wchar *value) |
Casts a type into another type. | |
template<> | |
wchar | xtd::as< wchar > (wchar *value) |
Casts a type into another 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 > (decimal 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< sbyte > (sbyte value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int16 > (int16 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int32 > (int32 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< int64 > (int64 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< slong > (slong value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< xtd::byte > (xtd::byte value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint16 > (uint16 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint32 > (uint32 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< uint64 > (uint64 value) |
Checks if the result of an expression is compatible with a given type. | |
template<> | |
bool | xtd::is< xtd::ulong > (xtd::ulong 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<> | |
bool | xtd::is< std::any > (std::any 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 (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 new_type_t , typename current_type_t > | |
bool | xtd::is (xtd::sptr< current_type_t > &value) |
Checks if the result of an expression is compatible with a given type. | |
template<typename type_t , typename ... args_t> | |
any_object | xtd::make_any_object (args_t &&... args) |
The xtd::make_any_object operator creates a xtd::any_object object. | |
template<typename type_t , typename ... args_t> | |
ptr< type_t > | xtd::new_ptr (args_t &&... args) |
The xtd::new_ptr operator creates a xtd::ptr object. | |
template<typename type_t , typename ... args_t> | |
sptr< type_t > | xtd::new_sptr (args_t &&... args) |
xtd::news_sptr operator creates a xtd::sptr object. | |
template<typename type_t , typename ... args_t> | |
uptr< type_t > | xtd::new_uptr (args_t &&... args) |
xtd::new_uptr operator. This operator creates a xtd::uptr object. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, const std::locale &locale) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, const std::string &fmt) |
Convert a string into a type. | |
template<> | |
std::string | xtd::parse< std::string > (const std::string &str) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, number_styles) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::string &str, number_styles, const std::locale &locale) |
Convert a string into a type. | |
template<> | |
xtd::sbyte | xtd::parse< xtd::sbyte > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
char | xtd::parse< char > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
unsigned char | xtd::parse< unsigned char > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
short | xtd::parse< short > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
unsigned short | xtd::parse< unsigned short > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
int | xtd::parse< int > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
unsigned int | xtd::parse< unsigned int > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
long | xtd::parse< long > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
unsigned long | xtd::parse< unsigned long > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
long long | xtd::parse< long long > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
unsigned long long | xtd::parse< unsigned long long > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
float | xtd::parse< float > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
float | xtd::parse< float > (const std::string &str, number_styles styles, const std::locale &locale) |
Convert a string into a type. | |
template<> | |
double | xtd::parse< double > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
double | xtd::parse< double > (const std::string &str, number_styles styles, const std::locale &locale) |
Convert a string into a type. | |
template<> | |
long double | xtd::parse< long double > (const std::string &str, number_styles styles) |
Convert a string into a type. | |
template<> | |
long double | xtd::parse< long double > (const std::string &str, number_styles styles, const std::locale &locale) |
Convert a string into a type. | |
template<> | |
xtd::sbyte | xtd::parse< xtd::sbyte > (const std::string &str) |
Convert a string into a type. | |
template<> | |
char | xtd::parse< char > (const std::string &str) |
Convert a string into a type. | |
template<> | |
unsigned char | xtd::parse< unsigned char > (const std::string &str) |
Convert a string into a type. | |
template<> | |
short | xtd::parse< short > (const std::string &str) |
Convert a string into a type. | |
template<> | |
unsigned short | xtd::parse< unsigned short > (const std::string &str) |
Convert a string into a type. | |
template<> | |
int | xtd::parse< int > (const std::string &str) |
Convert a string into a type. | |
template<> | |
unsigned int | xtd::parse< unsigned int > (const std::string &str) |
Convert a string into a type. | |
template<> | |
long | xtd::parse< long > (const std::string &str) |
Convert a string into a type. | |
template<> | |
unsigned long | xtd::parse< unsigned long > (const std::string &str) |
Convert a string into a type. | |
template<> | |
long long | xtd::parse< long long > (const std::string &str) |
Convert a string into a type. | |
template<> | |
unsigned long long | xtd::parse< unsigned long long > (const std::string &str) |
Convert a string into a type. | |
template<> | |
float | xtd::parse< float > (const std::string &str) |
Convert a string into a type. | |
template<> | |
double | xtd::parse< double > (const std::string &str) |
Convert a string into a type. | |
template<> | |
long double | xtd::parse< long double > (const std::string &str) |
Convert a string into a type. | |
template<> | |
bool | xtd::parse< bool > (const std::string &str) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::wstring &str) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::u16string &str) |
Convert a string into a type. | |
template<typename value_t > | |
value_t | xtd::parse (const std::u32string &str) |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< char > &str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char16 > &str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char32 > &str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char8 > &str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::wchar > &str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< char > &str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const char_t *str, value_t &value) noexcept |
Convert a string into a type. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const char_t *str, value_t &value, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< char > &str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< char > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char16 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char32 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::char8 > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t > | |
bool | xtd::try_parse (const std::basic_string< xtd::wchar > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const char_t *str, value_t &value, number_styles style) noexcept |
Convert a string into a type. | |
template<typename value_t , typename char_t > | |
bool | xtd::try_parse (const char_t *str, value_t &value, number_styles style, const std::locale &locale) noexcept |
Convert a string into a type. | |
template<> | |
xtd::time_span | xtd::parse< time_span > (const std::string &str) |
Converts the string representation of a time interval to its xtd::time_span equivalent. | |
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<> | |
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::string | xtd::to_string (const sbyte &value, const std::string &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::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::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::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::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::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::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::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::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::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::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::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::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::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::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<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<> | |
std::string | xtd::to_string (const char8 &value, const std::string &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 &value, const std::string &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 &value, const std::string &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 &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::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::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::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::wstring | xtd::to_string (const sbyte &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 char &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 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::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<> | |
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<> | |
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::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::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::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::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::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::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::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::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::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::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<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::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::wstring | xtd::to_string (const char8 &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 char16 &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 char32 &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 wchar &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::wstring | xtd::to_string (const value_t &value, const std::wstring &fmt) |
Convert a specified value into a string with specified format. | |
template<typename ... args_t> | |
void | xtd::unused (args_t &&... 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. | |
Public Static Methods | |
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 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 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 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 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 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 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 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 xtd::uptr< new_type_t > | xtd::convert_pointer::to_unique_ptr (xtd::uptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static xtd::uptr< new_type_t > | xtd::convert_pointer::to_unique_ptr (xtd::uptr< current_type_t > &&value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static xtd::sptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (const xtd::sptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static xtd::sptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (xtd::sptr< current_type_t > &value) |
Casts a type into another type. | |
template<typename new_type_t , typename current_type_t > | |
static xtd::sptr< new_type_t > | xtd::convert_pointer::to_shared_ptr (xtd::sptr< current_type_t > &&value) |
Casts a type into another type. | |
#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 overload_ |
#include <xtd.core/include/xtd/overload.h>
Helper keyword that use to determine one of const and non const overloaded methods.
#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.
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_result = typedef xtd::sptr<xtd::iasync_result> |
#include <xtd.core/include/xtd/async_result.h>
Represents the status of an asynchronous operation.
using xtd::comparison = typedef delegate<int32, type_t, type_t> |
#include <xtd.core/include/xtd/comparison.h>
Represents the method that compares two objects of the same type.
T | The type of the objects to compare. |
x | The first object to compare. |
y | The second object to compare. |
Value | Meaning |
---|---|
less than 0 | x is less than y. |
0 | x equals y. |
Greater than 0 | x is greater than y. |
using xtd::const_object_ref = typedef std::reference_wrapper<const object> |
#include <xtd.core/include/xtd/const_object_ref.h>
Represents an object reference.
using xtd::async_callback = typedef delegate<void(async_result ar)> |
#include <xtd.core/include/xtd/delegate.h>
References a method to be called when a corresponding asynchronous operation completes.
ar | The result of the asynchronous operation. |
using xtd::enum_collection = typedef std::vector<xtd::collections::generic::key_value_pair<enum_t, xtd::string> > |
#include <xtd.core/include/xtd/enum_collection.h>
Represents a pair of an enum_t value and a string of an enum of type enum_t.
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::object_ref = typedef std::reference_wrapper<object> |
#include <xtd.core/include/xtd/object_ref.h>
Represents an object reference.
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.
using xtd::threading::parameterized_thread_start = typedef delegate<void(std::any)> |
#include <xtd.core/include/xtd/threading/parameterized_thread_start.h>
Represents the method that executes on a xtd::threading::thread.
obj | An object that contains data for the thread procedure. delegate< void(arguments_t...)> action Represents a xtd::delegate that has variable parameters and does not return a value. Definition action.h:20 delegate< void(std::any)> parameterized_thread_start Represents the method that executes on a xtd::threading::thread. Definition parameterized_thread_start.h:26 |
using xtd::threading::thread_start = typedef delegate<void()> |
#include <xtd.core/include/xtd/threading/thread_start.h>
Represents the method that executes on a xtd::threading::thread.
using xtd::threading::timer_callback = typedef action<std::any> |
#include <xtd.core/include/xtd/threading/timer_callback.h>
Represents the method that handles calls from a xtd::threading::timer.
state | An object containing application-specific information relevant to the method invoked by this delegate. |
using xtd::threading::wait_callback = typedef delegate<void(std::any)> |
#include <xtd.core/include/xtd/threading/wait_callback.h>
Represents a callback method to be executed by a thread pool thread.
state | An object containing information to be used by the callback method. |
using xtd::threading::wait_or_timer_callback = typedef delegate<void(std::any, bool)> |
#include <xtd.core/include/xtd/threading/wait_or_timer_callback.h>
Represents a method to be called when a xtd::threading::wait_handle is signaled or times out.
state | An object containing information to be used by the callback method each time it executes. |
timed_out | true if the xtd::threading::wait_handle timed out; false if it was signaled. |
|
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/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. |
msvc | The compiler is Microsoft Visual Studio. |
clang | The compiler is clang. |
gcc | The compiler is gcc. |
apple_clang | The compiler is Apple clang. |
microsoft_visual_studio | The compiler is Microsoft Visual Studio.
|
|
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 | |
---|---|
none | No modifier key. |
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/date_time_kind.h>
Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
Enumerator | |
---|---|
unspecified | The time represented is not specified as either local time or Coordinated Universal Time (UTC). |
utc | The time represented is UTC. |
local | The time represented is local time. |
|
strong |
#include <xtd.core/include/xtd/day_of_week.h>
Specifies the day of the week.
|
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/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/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/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/enum_attribute.h>
Specifies the enum attribute.
Enumerator | |
---|---|
standard | Enum standard attribute. The default value. |
flags | Enum flags attribute. |
|
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/exit_mode.h>
Specifies exit mode for the xtd::environment::program_exit event.
Enumerator | |
---|---|
normal | Represent the exit mode when the terminates normally (via xtd::environment::exit or returning from the main function). |
quick | Represent the exit mode when the terminates quickly (via xtd::environment::quick_exit). |
|
strong |
#include <xtd.core/include/xtd/exit_status.h>
Specifies exit status for the xtd::environment::exit method.
Enumerator | |
---|---|
success | Successful execution of a program. Is equal to EXIT_SUCCESS. |
failure | Unsuccessful execution of a program. Is equal to EXIT_FAILURE. |
|
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/io/file_permissions.h>
Provides permissions for files and directories.
Enumerator | |
---|---|
none | No permission bits are set. |
owner_read | File owner has read permission. |
owner_write | File owner has write permission. |
owner_execute | File owner has execute/search permission. |
owner_all | File owner has read, write and execute/search permission. Equivalent to xtd::io::file_permissions::owner_read | xtd::io::file_permissions::owner_write | xtd::io::file_permissions::owner_execute. |
group_read | The file's ueer group has read permission. |
group_write | The file's ueer group has write permission. |
group_execute | The file's ueer group has execute/search permission. |
group_all | The file's ueer group has read, write and execute/search permission. Equivalent to xtd::io::file_permissions::group_read | xtd::io::file_permissions::group_write | xtd::io::file_permissions::group_execute. |
others_read | Other ueers has read permission. |
others_write | Other ueers has write permission. |
others_execute | Other ueers has execute/search permission. |
others_all | Other ueers has read, write and execute/search permission. Equivalent to xtd::io::file_permissions::others_read| xtd::io::file_permissions::others_write | xtd::io::file_permissions::others_execute. |
all | All users have read, write, and execute/search permissions. Equivalent to xtd::io::file_permissions::owner_all | xtd::io::file_permissions::group_all | xtd::io::file_permissions::others_all. |
set_uid | Set user ID to file owner user ID on execution. |
set_gid | Set group ID to file's user group ID on execution. |
sticky_bit | Implementation-defined meaning, but POSIX XSI specifies that when set on a directory, only file owners may delete files even if the directory is writeable to others (used with /tmp). |
mask | All valid permission bits. Equivalent to xtd::io::file_permissions::all | xtd::io::file_permissions::set_uid | xtd::io::file_permissions::set_gid | xtd::io::file_permissions::sticky_bit. |
unknown | Unknown permissions (e.g. when file or directory is created without permissions). |
|
strong |
#include <xtd.core/include/xtd/io/search_option.h>
Specifies whether to search the current directory, or the current directory and all subdirectories.
|
strong |
#include <xtd.core/include/xtd/language_id.h>
Identifies the c++ language used by assembly.
Enumerator | |
---|---|
unknown | The language is unknown. |
cpp_pre98 | The language is pre 98. |
cpp98 | The language is c++98. |
cpp11 | The language is c++11. |
cpp14 | The language is c++14. |
cpp17 | The language is c++17. |
cpp20 | The language is c++20. |
cpp23 | The language is c++23. |
cpp26 | The language is c++26.
|
cpp29 | The language is c++29.
|
|
strong |
#include <xtd.core/include/xtd/month_of_year.h>
Specifies the month of the year.
|
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/net/sockets/io_control_code.h>
Specifies the IO control codes supported by the xtd::net::sockets::socket::io_control method.
Enumerator | |
---|---|
enable_circular_queuing | Replace the oldest queued datagram with an incoming datagram when the incoming message queues are full. This value is equal to the Winsock†2 SIO_ENABLE_CIRCULAR_QUEUEING constant. |
flush | Discard the contents of the sending queue. This value is equal to the Winsock†2 SIO_FLUSH constant. |
address_list_change | Enable receiving notification when the list of local interfaces for the socket's protocol family changes. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_ADDRESS_LIST_CHANGE constant. |
data_to_read | Return the number of bytes available for reading. This value is equal to the Winsock†2 FIONREAD constant. |
oob_data_read | Return information about out-of-band data waiting to be received. When using this control code on stream sockets, the return value indicates the number of bytes available. |
get_broadcast_address | Return a SOCKADDR structure that contains the broadcast address for the address family of the current socket. The returned address can be used with the Overload xtd:nNet::sockets::socket::send_to method. This value is equal to the Winsock†2 SIO_GET_BROADCAST_ADDRESS constant. This value can be used on User Datagram Protocol (UDP) sockets only. |
address_list_query | Return the list of local interfaces that the socket can bind to. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_ADDRESS_LIST_QUERY constant. |
query_target_pnp_handle | Retrieve the underlying provider's SOCKET handle. This handle can be used to receive plug-and-play event notification. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_QUERY_TARGET_PNP_HANDLE constant. |
async_io | Enable notification for when data is waiting to be received. This value is equal to the Winsock†2 FIOASYNC constant. |
non_blocking_io | Control the blocking behavior of the socket. If the argument specified with this control code is zero, the socket is placed in blocking mode. If the argument is nonzero, the socket is placed in nonblocking mode. This value is equal to the Winsock†2 FIONBIO constant. |
associate_handle | Associate this socket with the specified handle of a companion interface. Refer to the appropriate protocol-specific annex in the Winsock†2 reference or documentation for the particular companion interface for additional details. It is recommended that the Component object Model (COM) be used instead of this IOCTL to discover and track other interfaces that might be supported by a socket. This control code is present for backward compatibility with systems where COM is not available or cannot be used for some other reason. This value is equal to the Winsock†2 SIO_ASSOCIATE_HANDLE constant. |
multipoint_loopback | Control whether multicast data sent by the socket appears as incoming data in the sockets receive queue. This value is equal to the Winsock†2 SIO_MULTIPOINT_LOOPBACK constant. |
multicast_scope | Control the number of times a multicast packet can be forwarded by a router, also known as the Time to Live (TTL), or hop count. This value is equal to the Winsock†2 SIO_MULTICAST_SCOPE constant. |
set_qos | Sets the Quality of Service (QOS) attributes for the socket. QOS defines the bandwidth requirements for the socket. This control code is supported on Windows Me, Windows 2000, and later operating systems. This value is equal to the Winsock†2 SIO_SET_QOS constant. |
set_group_qos | Sets the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use and is equal to the Winsock†2 SIO_SET_GROUP_QOS constant. |
routing_interface_change | Enable receiving notification when the local interface used to access a remote endpoint changes. This value is equal to the Winsock†2 SIO_ROUTING_INTERFACE_CHANGE constant. |
namespace_change | Control whether the socket receives notification when a namespace query becomes invalid. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock†2 SIO_NSP_NOTIFY_CHANGE constant. |
receive_all | Enable receiving all IPv4 packets on the network. The socket must have address family xtd::net::sockets::address_family::inter_network, the socket type must bextd::net::sockets::socket_type::raw, and the protocol type must be xtd::net::sockets::protocol_type::ip. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_RCVALL constant. |
receive_all_multicast | Enable receiving all multicast IPv4 packets on the network. These are packets with destination addresses in the range 224.0.0.0 through 239.255.255.255. The socket must have address family xtd::net::sockets::address_family::inter_network, the socket type must be xtd::net::sockets::socket_type::raw, and the protocol type must be xtd::net::sockets::protocol_type::udp. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_RCVALL_MCAST constant. |
receive_all_igmp_multicast | Enable receiving all Internet Group Management Protocol (IGMP) packets on the network. The socket must have address family xtd::net::sockets::address_family::inter_network, the socket type must be xtd::net::sockets::socket_type::raw, and the protocol type must be xtd::net::sockets::protocol_type::igmp. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_RCVALL_IGMPMCAST constant. |
keep_alive_values | Control sending TCP keep-alive packets and the interval at which they are sent. This control code is supported on Windows 2000 and later operating systems. For additional information, see RFC 1122 section 4.2.3.6. This value is equal to the Winsock†2 SIO_KEEPALIVE_VALS constant. |
absorb_router_alert | This value is equal to the Winsock†2 SIO_ABSORB_RTRALERT constant. |
unicast_interface | Sets the interface used for outgoing unicast packets. This value is equal to the Winsock†2 SIO_UCAST_IF constant. |
limit_broadcasts | This value is equal to the Winsock†2 SIO_LIMIT_BROADCASTS constant. |
bind_to_interface | Bind the socket to a specified interface index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_INDEX_BIND constant. |
multicast_interface | Sets the interface used for outgoing multicast packets. The interface is identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_INDEX_MCASTIF constant. |
add_multicast_group_on_interface | Join a multicast group using an interface identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_INDEX_ADD_MCAST constant. |
delete_multicast_group_from_interface | Remove the socket from a multicast group. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock†2 SIO_INDEX_ADD_MCAST constant. |
get_extension_function_pointer | Obtain provider-specific functions that are not part of the Winsock specification. Functions are specified using their provider-assigned GUID. This value is equal to the Winsock†2 SIO_GET_EXTENSION_FUNCTION_POINTER constant. |
get_qos | Retrieve the QOS structure associated with the socket. This control is only supported on platforms that provide a QOS capable transport (Windows Me, Windows 2000, and later.) This value is equal to the Winsock†2 SIO_GET_QOS constant. |
get_group_qos | Return the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use, and is equal to the Winsock†2 SIO_GET_GROUP_QOS constant. |
translate_handle | Return a handle for the socket that is valid in the context of a companion interface. This value is equal to the Winsock†2 SIO_TRANSLATE_HANDLE constant. |
routing_interface_query | Return the interface addresses that can be used to connect to the specified remote address. This value is equal to the Winsock†2 SIO_ROUTING_INTERFACE_QUERY constant. |
address_list_sort | Sort the structure returned by the xtd::net::sockets::io_control_code::address_list_query field and add scope ID information for IPv6 addresses. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock†2 SIO_ADDRESS_LIST_SORT constant. |
|
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/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 | Gets the error status and clear. |
type | Gets 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 | Sets the IP header Time-to-Live field. |
multicast_interface | Sets 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 | Sets 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/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. |
|
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/signal.h>
Specifies signals that can interrupt the current process.
Enumerator | |
---|---|
abnormal_termination | Abnormal termination triggered by abort call. Is equal to SIGABRT. |
floating_point_exception | Erroneous arithmetic operation such as divide by zero. Is equal to SIGFPE. |
illegal_instruction | Invalid program image, such as invalid instruction. Is equal to SIGILL. |
interrupt | external interrupt, usually initiated by the user. Is equal to SIGINT. |
segmentation_violation | Invalid memory access (segmentation fault). Is equal to SIGSEGV. |
software_termination | Termination request, sent to the program. Is equal to SIGTERM. |
|
strong |
#include <xtd.core/include/xtd/speech/synthesis/synthesizer_state.h>
Enumerates values for the state of the xtd::speech::synthesis::speech_synthesizer.
Enumerator | |
---|---|
ready | Indicates that the xtd::speech::synthesis::speech_synthesizer is ready to generate speech from a prompt. |
speaking | Indicates that the xtd::speech::synthesis::speech_synthesizer is speaking. |
pause | Indicates that the xtd::speech::synthesis::speech_synthesizer is paused. |
|
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::string::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::string::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/target_id.h>
Identifies the target, supported by an assembly.
|
strong |
#include <xtd.core/include/xtd/uri_components.h>
This enumeration has a Flags attribute that allows a bitwise combination of its member values.
Enumerator | |
---|---|
none | None data. |
scheme | The xtd::uri::scheme data. |
user_info | The xtd::uri::user_info data. |
host | The xtd::uri::host data. |
port | The xtd::uri::port data. |
path | The xtd::uri::local_path data. |
query | The xtd::uri::query data. |
fragment | The xtd::uri::fragment data. |
strong_port | The xtd::uri::port data. If no port data is in the xtd::uri and a default port has been assigned to the xtd::uri::scheme, the default port is returned. If there is no default port, -1 is returned. |
keep_delimiter | Specifies that the delimiter should be included. |
host_and_port | The xtd::uri::host and xtd::uri::port data. If no port data is in the Uri and a default port has been assigned to the xtd::uri::scheme, the default port is returned. If there is no default port, -1 is returned. |
strong_authority | The xtd::uri::user_info, host, and port data. If no port data is in the Uri and a default port has been assigned to the scheme, the default port is returned. If there is no default port, -1 is returned. |
absolute_uri | The xtd::uri::scheme, xtd::uri::user_info, xtd::uri::host, port, xtd::uri::local_path, xtd::uri::query, and xtd::uri::fragment data. |
path_and_query | The xtd::uri::local_path and xtd::uri::query data. Also see xtd::uri::path_and_query. |
http_request_url | The xtd::uri::scheme, xtd::uri::host, xtd::uri::port, xtd::uri::local_path, and xtd::uri::query data. |
scheme_and_server | The xtd::uri::scheme, xtd::uri::host, and xtd::uri::port data. |
serialization_info_string | The complete xtd::uri context that is needed for xtd::uri Serializers. The context includes the IPv6 scope. |
|
strong |
#include <xtd.core/include/xtd/uri_format.h>
Controls how URI information is escaped.
|
strong |
#include <xtd.core/include/xtd/uri_host_name_type.h>
Defines host name types for the xtd::uri::check_host_name method.
Enumerator | |
---|---|
unknown | The type of the host name is not supplied. |
basic | The host is set, but the type cannot be determined. |
dns | The host name is a domain name system (DNS) style host name. |
ip_v4 | The Uri is a relative xtd::uri. |
ip_v6 | The Uri is a relative xtd::uri. |
|
strong |
#include <xtd.core/include/xtd/uri_kind.h>
Defines the kinds of Uris for the xtd::uri::is_well_formed_uri_string and several xtd::uri methods.
Enumerator | |
---|---|
relative_or_absolute | The kind of the xtd::uri is indeterminate. |
absolute | |
relative |
|
strong |
#include <xtd.core/include/xtd/uri_partial.h>
Defines the parts of a URI for the xtd::uri::get_left_part method.
|
inline |
#include <xtd.core/include/xtd/cnull.h>
Provides a null std::ostream.
|
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. |
void xtd::delete_ptr | ( | sptr< type_t > & | ptr | ) |
#include <xtd.core/include/xtd/delete_ptr.h>
xtd::delete_ptr operator delete a xtd::sptr or xtd::ptr object.
void xtd::delete_ptr | ( | uptr< type_t > & | ptr | ) |
#include <xtd.core/include/xtd/delete_ptr.h>
xtd::delete_ptr operator delete a xtd::uptr object.
void xtd::delete_sptr | ( | sptr< type_t > & | ptr | ) |
#include <xtd.core/include/xtd/delete_sptr.h>
xtd::delete_sptr operator delete a xtd::sptr or xtd::ptr object.
void xtd::delete_uptr | ( | uptr< type_t > & | ptr | ) |
#include <xtd.core/include/xtd/delete_uptr.h>
xtd::delete_uptr operator delete a xtd::uptr object.
type_t xtd::as | ( | any_object & | o | ) |
#include <xtd.core/include/xtd/internal/__as_any_object.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/internal/__as_bool.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/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_bool.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.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/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_byte.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/internal/__as_byte.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/internal/__as_byte.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. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_byte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.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/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.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/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.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/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.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/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_char8.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.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/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_decimal.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.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/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_double.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.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/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_float.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
new_type_t xtd::as | ( | std::any | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | the parameters is bad cast. |
new_type_t xtd::as | ( | bool | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | xtd::byte | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char8 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char16 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char32 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | wchar | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | decimal | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | double | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | float | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int16 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int32 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | int64 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | slong | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | sbyte | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | uint16 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | uint32 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | uint64 | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | xtd::ulong | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const xtd::string & | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | xtd::string & | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.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::string & | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | std::string & | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.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/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | std::wstring & | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | value bad type |
new_type_t xtd::as | ( | const char * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char8 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char8 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char16 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char16 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const char32 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | char32 * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | const wchar * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
new_type_t xtd::as | ( | wchar * | value | ) |
#include <xtd.core/include/xtd/internal/__as_generic.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.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/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int16.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. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.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/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int32.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. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.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/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_int64.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. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_int64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
const new_type_t & xtd::as | ( | const current_type_t & | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.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/internal/__as_pointer.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/internal/__as_pointer.h>
Casts a type into another type.
new_type_t * xtd::as | ( | current_type_t * | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::uptr< new_type_t > xtd::as | ( | xtd::uptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
xtd::uptr< new_type_t > xtd::as | ( | xtd::uptr< current_type_t > && | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
xtd::sptr< new_type_t > xtd::as | ( | const xtd::sptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
xtd::sptr< new_type_t > xtd::as | ( | xtd::sptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
xtd::sptr< new_type_t > xtd::as | ( | xtd::sptr< current_type_t > && | value | ) |
#include <xtd.core/include/xtd/internal/__as_pointer.h>
Casts a type into another type.
xtd::invalid_cast_exception | the parameters is bad cast. |
#include <xtd.core/include/xtd/internal/__as_sbyte.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/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_sbyte.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. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_sbyte.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.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/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_slong.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 slong. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_slong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_std_string.h>
Casts a type into another type.
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_string.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. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_string.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_string.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/internal/__as_uint16.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/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint16.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. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint16.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.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/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint32.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. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint32.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.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/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_uint64.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. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_uint64.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.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/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.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 xtd::ulong. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_ulong.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.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/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::invalid_cast_exception | throws always exception. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
#include <xtd.core/include/xtd/internal/__as_wchar.h>
Casts a type into another type.
value | object to convert. |
xtd::argument_exception | value does not represent a bool. |
|
inline |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#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.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
#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.
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.
|
inline |
#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 | ( | 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 | ( | xtd::sptr< current_type_t > & | value | ) |
#include <xtd.core/include/xtd/is.h>
Checks if the result of an expression is compatible with a given type.
any_object xtd::make_any_object | ( | args_t &&... | args | ) |
#include <xtd.core/include/xtd/make_any_object.h>
The xtd::make_any_object operator creates a xtd::any_object object.
ptr< type_t > xtd::new_ptr | ( | args_t &&... | args | ) |
#include <xtd.core/include/xtd/new_ptr.h>
The xtd::new_ptr operator creates a xtd::ptr object.
sptr< type_t > xtd::new_sptr | ( | args_t &&... | args | ) |
#include <xtd.core/include/xtd/new_sptr.h>
xtd::news_sptr operator creates a xtd::sptr object.
uptr< type_t > xtd::new_uptr | ( | args_t &&... | args | ) |
#include <xtd.core/include/xtd/new_uptr.h>
xtd::new_uptr operator. This operator creates a xtd::uptr object.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
#include <xtd.core/include/xtd/parse.h>
Convert a string into a type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
#include <xtd.core/include/xtd/parse.h>
Convert a string into a type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
#include <xtd.core/include/xtd/parse.h>
Convert a string into a type.
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
#include <xtd.core/include/xtd/time_span.h>
Converts the string representation of a time interval to its xtd::time_span equivalent.
value | A string that specifies the time interval to convert. |
xtd::format_exception | value has an invalid format. |
value | represents a number that is less than xtd::time_span::min_value or greater than xtd::time_span::max_value. -or- At least one of the days, hours, minutes, or seconds components is outside its valid range. |
|
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 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. |
void xtd::unused | ( | args_t &&... | 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 |