Searched defs:wrapped_type (Results 1 – 2 of 2) sorted by relevance
34 template< typename T > struct wrapped_type< type_wrapper<T> > struct36 typedef T type;39 template< typename W > struct wrapped_type struct41 typedef typename W::type type;
30 struct wrapped_type struct