Home
last modified time | relevance | path

Searched defs:add_const_lvalue_reference (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp277 struct add_const_lvalue_reference struct
279 typedef typename remove_reference<T>::type t_unreferenced;
280 typedef const t_unreferenced t_unreferenced_const;
282 <t_unreferenced_const>::type type;
Dmeta_utils.hpp191 struct add_const_lvalue_reference struct
193 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;