Searched defs:unwrap_ref (Results 1 – 5 of 5) 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 ()()
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 ()()
347 fn unwrap_ref(&self) -> &Self::Value; in unwrap_ref() method354 fn unwrap_ref(&self) -> &T { in unwrap_ref() method
318 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref() function
79 pub fn unwrap_ref<'a>(&'a self) -> &'a T { in unwrap_ref() method