is_constructible

Checks if type T is constructible.

Parameters

Name Description
T The type to check.
Args The argument types.

Aliases

Name Description
is_constructible_v Helper variable template for is_constructible.