Searched refs:ComplexTypeConst (Results 1 – 2 of 2) sorted by relevance
130 using ComplexTypeConst = std::pair<const int, std::string>; in test_deduction_guides() typedef132 auto l = { ComplexTypeConst(1, "one"), ComplexTypeConst(2, "two")}; in test_deduction_guides()133 using custom_allocator_type = std::allocator<ComplexTypeConst>; in test_deduction_guides()
1089 using ComplexTypeConst = std::pair<const Key, Value>; in TestDeductionGuides() typedef1093 using DefaultAllocator = oneapi::tbb::tbb_allocator<ComplexTypeConst>; in TestDeductionGuides()1094 using Allocator = std::allocator<ComplexTypeConst>; in TestDeductionGuides()1097 auto l = { ComplexTypeConst(1, "one"), ComplexTypeConst(2, "two") }; in TestDeductionGuides()