Scroll to navigation

std::move_constructible(3cxx) std::move_constructible(3cxx)

NAME

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

SYNOPSIS

Concept definition

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

Detailed Description

[concept.moveconstructible], concept move_constructible

Definition at line 150 of file concepts.

Author

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

Mon Aug 22 2022 libstdc++