Searched defs:unwrap_ref (Results 1 – 3 of 3) sorted by relevance
30 struct unwrap_ref struct33 range_reference<SinglePassRange>::type argument_type;35 typedef decltype( boost::declval<argument_type>().get() ) result_type;37 result_type operator()( argument_type &&r ) const in operator ()()
282 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref() function
340 struct unwrap_ref : proto::callable struct346 struct result<This(reference_wrapper<T>)>352 struct result<This(T &)>357 T &operator()(reference_wrapper<T> const &ref) const in operator ()()