Semiregular<T> Concept
A type that can be default constructed and either copied or moved or both.
Examples
int
,
String
,
List
.
Definition
Line
57
of
System.Base/Concept.cm
Refinement
Type Parameters
T
Constraints
T
is
DefaultConstructible
and
(
T
is
Movable
or
T
is
Copyable
)
and
T
is
Destructible