Home | History | Annotate | Download | only in memory.polymorphic.allocator.mem

Lines Matching refs:UU

36 template <class UA1, class UA2, class TT, class UU>
38 TT&& t, UU&& u)
48 A.construct(ptr, std::forward<TT>(t), std::forward<UU>(u));
51 std::forward_as_tuple(std::forward<UU>(u)));
57 bool ures = checkConstruct<UU&&>(ptr->second, UExpect, M) &&
67 template <class Alloc, class TT, class UU>
68 void test_pmr_uses_allocator(TT&& t, UU&& u)
74 std::forward<TT>(t), std::forward<UU>(u))));
80 std::forward<TT>(t), std::forward<UU>(u))));
86 std::forward<TT>(t), std::forward<UU>(u))));
92 std::forward<TT>(t), std::forward<UU>(u))));
96 template <class Alloc, class TT, class UU>
97 void test_pmr_not_uses_allocator(TT&& t, UU&& u)
103 std::forward<TT>(t), std::forward<UU>(u))));
109 std::forward<TT>(t), std::forward<UU>(u))));
115 std::forward<TT>(t), std::forward<UU>(u))));
121 std::forward<TT>(t), std::forward<UU>(u))));