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

System.Concepts.Semiregular<T>System.Concepts.Regular<T>

Type Parameters

T

Constraints

T is DefaultConstructible and (T is Movable or T is Copyableand T is Destructible