Home
last modified time | relevance | path

Searched defs:unwrap_ref (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/range/adaptor/
Dref_unwrapped.hpp30 struct unwrap_ref struct
33 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 ()()
/third_party/boost/boost/core/
Dref.hpp282 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref() function
/third_party/boost/libs/proto/example/
Dlambda.hpp340 struct unwrap_ref : proto::callable struct
346 struct result<This(reference_wrapper<T>)>
352 struct result<This(T &)>
357 T &operator()(reference_wrapper<T> const &ref) const in operator ()()