Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/detail/
Dremove_rvalue_reference.hpp14 struct remove_rvalue_reference struct
16 typedef T type;
20 struct remove_rvalue_reference<T&&> struct
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp555 template< class T > struct remove_rvalue_reference { typedef T type; }; struct
558 template< class T > struct remove_rvalue_reference< T&& > { typedef T type; }; argument
560 template< class T > struct remove_rvalue_reference< rv<T> > { typedef T type; }; struct
561 template< class T > struct remove_rvalue_reference< const rv<T> > { typedef T type; }; struct
562 template< class T > struct remove_rvalue_reference< volatile rv<T> > { typedef T type; }; argument
563 template< class T > struct remove_rvalue_reference< const volatile rv<T> > { typedef T type; }; struct
564 template< class T > struct remove_rvalue_reference< rv<T>& > { typedef T type; }; argument
565 template< class T > struct remove_rvalue_reference< const rv<T>& > { typedef T type; }; struct
566 template< class T > struct remove_rvalue_reference< volatile rv<T>& > { typedef T type; }; struct
567 template< class T > struct remove_rvalue_reference< const volatile rv<T>& >{ typedef T type; }; argument