Searched defs:SameSize (Results 1 – 2 of 2) sorted by relevance
36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef