![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::back — back
is a PolymorphicFunctionObject for fetching the back element of a container.
// In header: <boost/xpressive/regex_actions.hpp> struct back { // member classes/structs/unions template<typename Sig> struct result { }; template<typename This, typename Sequence> struct result<> { // types typedef ; typedef ; }; // public member functions template<typename Sequence> result< back( () ; };