Searched defs:add_const_lvalue_reference (Results 1 – 2 of 2) sorted by relevance
277 struct add_const_lvalue_reference struct279 typedef typename remove_reference<T>::type t_unreferenced;280 typedef const t_unreferenced t_unreferenced_const;282 <t_unreferenced_const>::type type;
191 struct add_const_lvalue_reference struct193 typedef typename remove_reference<T>::type t_unreferenced;194 typedef typename add_const<t_unreferenced>::type t_unreferenced_const;196 <t_unreferenced_const>::type type;