Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp306 struct ConcatenateAttributes<TypeList<As...>, TypeList<Bs...>> { struct
307 using Type = Attributes<As..., Bs...>;
313 using ConcatenateAttributes = typename detail::ConcatenateAttributes< typedef