Searched defs:forward_type (Results 1 – 1 of 1) sorted by relevance
278 struct forward_type struct279 { typedef const T &type; };282 struct forward_type< boost::rv<T> > struct283 { typedef T type; };486 template< class T> struct forward_type { typedef T type; }; struct