Searched defs:add_const_reference (Results 1 – 2 of 2) sorted by relevance
93 struct add_const_reference struct94 { typedef const T &type; };97 struct add_const_reference<T&> struct98 { typedef T& type; };
372 struct add_const_reference struct373 { typedef const T &type; };376 struct add_const_reference<T&> struct377 { typedef T& type; };