Searched refs:add_rvalue_reference_impl (Results 1 – 1 of 1) sorted by relevance
535 struct add_rvalue_reference_impl { typedef T type; }; argument538 struct add_rvalue_reference_impl< T, emulation, true > { typedef T & type; }; struct541 struct add_rvalue_reference_impl< T, true, rv > { typedef ::boost::rv<T>& type; }; struct546 : detail_add_rvalue_reference::add_rvalue_reference_impl<T>