Searched refs:__is_std_pair (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | uses_allocator_construction.h | 31 inline constexpr bool __is_std_pair = false; variable 34 inline constexpr bool __is_std_pair<pair<_Type1, _Type2>> = true; 36 template <class _Type, class _Alloc, class... _Args, __enable_if_t<!__is_std_pair<_Type>, int> = 0> 52 template <class _Pair, class _Alloc, class _Tuple1, class _Tuple2, __enable_if_t<__is_std_pair<_Pai… 71 template <class _Pair, class _Alloc, __enable_if_t<__is_std_pair<_Pair>, int> = 0> 76 template <class _Pair, class _Alloc, class _Up, class _Vp, __enable_if_t<__is_std_pair<_Pair>, int>… 87 template <class _Pair, class _Alloc, class _Up, class _Vp, __enable_if_t<__is_std_pair<_Pair>, int>… 95 template <class _Pair, class _Alloc, class _Up, class _Vp, __enable_if_t<__is_std_pair<_Pair>, int>… 102 template <class _Pair, class _Alloc, class _Up, class _Vp, __enable_if_t<__is_std_pair<_Pair>, int>… 113 template <class _Pair, class _Alloc, class _Up, class _Vp, __enable_if_t<__is_std_pair<_Pair>, int>… [all …]
|