Searched defs:unwrap_reference (Results 1 – 2 of 2) sorted by relevance
276 template<typename T> struct unwrap_reference struct278 typedef T type;284 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct286 typedef T type;291 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct293 typedef T type;296 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct298 typedef T type;301 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct303 typedef T type;
46 struct unwrap_reference struct48 typedef typename std::remove_reference<T>::type type;52 struct unwrap_reference< std::reference_wrapper<T> > struct54 typedef typename std::remove_reference<T>::type type;58 struct unwrap_reference< boost::reference_wrapper<T> > struct60 typedef typename boost::unwrap_reference<T>::type type;