is_move_constructible

Checks if type T is move constructible.

Parameters

Name Description
T The type to check.

Aliases

Name Description
is_move_constructible_v Helper variable template for is_move_constructible.