Searched defs:unvoid_ref (Results 1 – 1 of 1) sorted by relevance
358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; argument360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; struct361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; argument362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; argument