Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dcpp17_iterator_concepts.h40 concept __cpp17_move_constructible = is_move_constructible_v<_Tp>; variable
43 concept __cpp17_copy_constructible = __cpp17_move_constructible<_Tp> && is_copy_constructible_v<_Tp…