Searched defs:get_kind (Results 1 – 1 of 1) sorted by relevance
40 template < typename T, bool Cond > struct get_kind struct42 typedef void type;44 template < typename T > struct get_kind< T, true > struct46 typedef typename T::kind type;