Home
last modified time | relevance | path

Searched defs:forward_type (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dcore.hpp278 struct forward_type struct
279 { typedef const T &type; };
282 struct forward_type< boost::rv<T> > struct
283 { typedef T type; };
486 template< class T> struct forward_type { typedef T type; }; struct