Searched refs:__is_pair_constructible (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 156 static _LIBCPP_HIDE_FROM_ABI constexpr bool __is_pair_constructible() { in __is_pair_constructible() function 176 …__enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), i… 191 __enable_if_t<_CheckArgs::template __is_pair_constructible<_U1, _U2>(), int> = 0 > 199 …template <class _U1, class _U2, __enable_if_t<_CheckArgs::template __is_pair_constructible<_U1&, _… 208 … __enable_if_t<_CheckArgs::template __is_pair_constructible<_U1 const&, _U2 const&>(), int> = 0> 215 …template <class _U1, class _U2, __enable_if_t<_CheckArgs::template __is_pair_constructible<_U1, _U… 224 … __enable_if_t<_CheckArgs::template __is_pair_constructible<const _U1&&, const _U2&&>(), int> = 0>
|