![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::top — top
is a PolymorphicFunctionObject for fetching the top element of a stack.
// In header: <boost/xpressive/regex_actions.hpp> struct top { // 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< top( () ; };