Searched defs:ConcatenateAttributes (Results 1 – 1 of 1) sorted by relevance
306 struct ConcatenateAttributes<TypeList<As...>, TypeList<Bs...>> { struct307 using Type = Attributes<As..., Bs...>;313 using ConcatenateAttributes = typename detail::ConcatenateAttributes< typedef