Searched refs:static_array (Results 1 – 2 of 2) sorted by relevance
170 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
219 #define CV_DIM(static_array) ((int)(sizeof(static_array)/sizeof((static_array)[0]))) argument