|
Method |
Description |
|
Default constructor, the value type is empty. | |
|
Copy constructor. Instantiates an object initialized to the same content as the input object. | |
|
The object can be constructed using the type and value. For example, we can use this to create an enumerated type from an integer. | |
|
Function template that can be used to create blittable types. This must be specialized for non-blittable types |