Searched defs:remove_reference (Results 1 – 2 of 2) sorted by relevance
35 struct remove_reference struct39 struct remove_reference<_Tp&> struct43 struct remove_reference<_Tp&&> struct55 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in forward()
4415 struct remove_reference struct4416 { typedef _Tp type; };4419 struct remove_reference<_Tp&> struct4420 { typedef _Tp type; };4423 struct remove_reference<_Tp&&> struct4424 { typedef _Tp type; };