is_default_constructible

Checks if type T is default constructible.

Parameters

Name Description
T The type to check.

Aliases

Name Description
is_default_constructible_v Helper variable template for is_default_constructible.