Home
last modified time | relevance | path

Searched refs:__toarray (Results 1 – 1 of 1) sorted by relevance

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Darray.h77 template<class T> struct __toarray { struct
80 template<class T, size_t n> struct __toarray<T[n]> { argument
81 typedef array<typename __toarray<T>::type, n> type;
83 #define toarray(T) __toarray<T>::type