Home
last modified time | relevance | path

Searched defs:__swap_result_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h43 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:… variable
46 using __swap_result_t = void; variable
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h33 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:… variable