Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::xpressive::op::top Struct Reference

top is a PolymorphicFunctionObject for fetching the top element of a stack. More...

#include <regex_actions.hpp>

Classes

struct  result
 
struct  result< This(Sequence)>
 

Public Member Functions

template<typename Sequence >
result< top(Sequence &)>::type operator() (Sequence &seq) const
 

Detailed Description

top is a PolymorphicFunctionObject for fetching the top element of a stack.

Member Function Documentation

template<typename Sequence >
result<top(Sequence &)>::type boost::xpressive::op::top::operator() ( Sequence &  seq) const
inline
Parameters
seqThe sequence from which to fetch the top.
Returns
seq.top()

The documentation for this struct was generated from the following file: