Searched defs:unwrap_reference (Results 1 – 1 of 1) sorted by relevance
239 template<typename T> struct unwrap_reference struct241 typedef T type;247 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct249 typedef T type;254 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct256 typedef T type;259 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct261 typedef T type;264 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct266 typedef T type;