Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h154 inline constexpr bool __convertible_to_const_pair_ref = variable
160 __is_cv_std_pair<_Tp> && !__pair_like_no_subrange<_Up> && !__convertible_to_const_pair_ref<_Up>;
163 …bool __uses_allocator_constraints = __is_cv_std_pair<_Tp> && !__convertible_to_const_pair_ref<_Up>;