proxy

Enum class constraint_level

enum class constraint_level : /* unspecified */ {
  none, nontrivial, nothrow, trivial
};

constraint_level defines the constraints on a type’s lifetime operations (construction, relocation, or destruction). For a given operation O:

The specific semantics of each value depends on its context.

See Also