boost::yap::deref
// In header: <boost/yap/algorithm.hpp> template<typename Expr> decltype(auto) constexpr deref(Expr && expr);
"Dereferences" a reference-expression, forwarding its referent to the caller.