Home
last modified time | relevance | path

Searched defs:remove_reference (Results 1 - 2 of 2) sorted by relevance

/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc35 struct remove_reference struct
39 struct remove_reference<_Tp&> struct
43 struct remove_reference<_Tp&&> struct
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h780 template<class T> struct remove_reference { typedef T type; }; struct
781 template<class T> struct remove_reference<T&> { typedef T type; }; struct
782 template<class T> struct remove_reference<T&&> { typedef T type; }; struct

Completed in 11 milliseconds