Searched refs:qvca (Results 1 – 1 of 1) sorted by relevance
578 TQueue qvca(v.begin(), v.end(), LessA<ComplexType>(true), std::allocator<ComplexType>()); in TestDeductionGuides() local579 static_assert(std::is_same<decltype(qvca), TQueue<ComplexType, LessA<ComplexType>, in TestDeductionGuides()