is_noexcept_move_constructible

template <typename T>
concept is_noexcept_move_constructible;

Checks if a type is move constructible without throwing.

Parameters

Name Description
T The type to check.