class typed_set - masaharu-kato/cype GitHub Wiki
class cype::typed_set
-
Types...
(multiple) : Type(s) to use
- Default constructor.
- Construct with type(s) to use, specified in the template argument.
- Corresponds to template argument deduction
-
_Types...
: Types(s) to use to construct - Construct with different type(s) than the type(s) specified in the template argument.
-
class _Type
: Type to get - get value of specified type.
-
size_t _Index
: Index to get - get value of specified index.
-
class _Types...
(multiple) : Type(s) to extract - extract value(s) of specified type(s)