Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h50 #define DECLTYPE(x) (decltype(x)) macro
55 #define DECLTYPE(x) (__typeof(x)) macro
59 #define DECLTYPE(x) (__typeof(x)) macro
64 #define DECLTYPE(x) macro

Completed in 13 milliseconds