Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcvstd.hpp170 struct RefOrVoid { typedef T& type; }; argument
173 struct RefOrVoid<void>{ typedef void type; }; struct
176 struct RefOrVoid<const void>{ typedef const void type; }; argument
179 struct RefOrVoid<volatile void>{ typedef volatile void type; }; argument
182 struct RefOrVoid<const volatile void>{ typedef const volatile void type; }; argument