Searched refs:unwrapped_type (Results 1 – 3 of 3) sorted by relevance
35 struct unwrapped_type struct87 typename unwrapped_type<T>::type& 91 typename unwrapped_type<T>::type& unwrap(T& t) { return t; } in unwrap()94 const typename unwrapped_type<T>::type& unwrap(const T& t) { return t; } in unwrap()
188 typename detail::unwrapped_type<T>::type196 typedef typename detail::unwrapped_type<T>::type U;228 typedef typename detail::unwrapped_type<T>::type U;
130 typedef typename detail::unwrapped_type<T>::type unwrapped;