Searched defs:add_const_reference (Results 1 – 3 of 3) sorted by relevance
19 struct add_const_reference { struct24 struct add_const_reference<T&> { argument25 typedef T &type;
538 struct add_const_reference struct539 { typedef const T &type; };542 struct add_const_reference<T&> struct543 { typedef T& type; };