std::move_constructible(3) Library Functions Manual std::move_constructible(3)

std::move_constructible - [concept.moveconstructible], concept move_constructible

#include <concepts>

template<typename _Tp>
concept std::move_constructible =  constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>

[concept.moveconstructible], concept move_constructible

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++