Home
last modified time | relevance | path

Searched refs:cv_move_assignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/type_classification/
H A Dmovable.h83 struct cv_move_assignment { struct
84 cv_move_assignment& operator=(cv_move_assignment&&) const volatile; argument
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.object/
H A Dmovable.compile.pass.cpp117 static_assert(!std::movable<cv_move_assignment>);