is_noexcept_copy_constructible

template <typename T>
concept is_noexcept_copy_constructible;

Checks if a type is copy constructible without throwing.

Parameters

Name Description
T The type to check.