Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dtype_traits.hpp93 struct add_const_reference struct
94 { typedef const T &type; };
97 struct add_const_reference<T&> struct
98 { typedef T& type; };
/third_party/boost/boost/move/detail/
Dtype_traits.hpp372 struct add_const_reference struct
373 { typedef const T &type; };
376 struct add_const_reference<T&> struct
377 { typedef T& type; };