Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct
359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; argument
360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; struct
361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; argument
362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; argument