Home
last modified time | relevance | path

Searched refs:unvoid (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/move/detail/
Dfwd_macros.hpp27 template <typename T> struct unvoid { typedef T type; }; struct
28 template <> struct unvoid<void> { struct type { }; }; struct
29 template <> struct unvoid<const void> { struct type { }; }; argument
388 #define BOOST_MOVE_UNVOIDCREF(T) const typename boost::move_detail::unvoid<T>::type&