Home
last modified time | relevance | path

Searched defs:ApplyValueCategory (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dpropagate_value_category.hpp90 struct ApplyValueCategory { struct
95 using CondT = typename std::conditional<Pred, Then, Else>::type;
99 using ApplyCVQuals = CondT<
106 using ApplyReferenceQuals =
113 using Apply = ApplyReferenceQuals<ApplyCVQuals<UnCVRef<Tp>>>;
139 using ApplyValueCategoryT = typename ApplyValueCategory<VC>::template Apply<Tp>; argument