Represents a value_type struct.
Public Aliases | |
| using | native_type |
| Represents the native type. | |
Public Constructors | |
| constexpr | value_type () noexcept=default |
| Create a new instance of the value_type. | |
| template<typename other_t> | |
| constexpr | value_type (other_t &&value) noexcept |
| Create a new instance of the value_type with specified same native type value. | |
| using xtd::value_type< type_t >::native_type |
Represents the native type.
|
constexprdefaultnoexcept |
Create a new instance of the value_type.
|
inlineconstexprnoexcept |
Create a new instance of the value_type with specified same native type value.
| value | The same native type value to assign. |