constructible_from

template <typename T, typename... Args>
concept constructible_from;

Checks if a type can be constructed from given arguments.

Parameters

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