Searched defs:remove_reference (Results 1 – 3 of 3) 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()
530 TEST(TypeTraitsTest, remove_reference) { in TEST() argument
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; };