Home
last modified time | relevance | path

Searched defs:add_const_reference (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp19 struct add_const_reference { struct
24 struct add_const_reference<T&> { argument
25 typedef T &type;
H A Dexample-bind.cpp19 struct add_const_reference { struct
24 struct add_const_reference<T&> { argument
25 typedef T &type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp538 struct add_const_reference struct
539 { typedef const T &type; };
542 struct add_const_reference<T&> struct
543 { typedef T& type; };