Searched defs:ApplyValueCategory (Results 1 – 1 of 1) sorted by relevance
90 struct ApplyValueCategory { struct95 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