![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::rend — A PolymorphicFunctionObject type that invokes the
boost::rend()
accessor function on its arguments.
// In header: <boost/proto/functional/range/rend.hpp> struct rend : proto::callable { // member classes/structs/unions template<typename This, typename Range> struct result<> : { }; // public member functions template<typename Range> () ; template<typename Range> () ; };
A PolymorphicFunctionObject type that invokes the
boost::rend()
accessor function on its arguments.