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::pop_back Struct Reference

pop_back is a PolymorphicFunctionObject for popping an element from the back of a container. More...

#include <regex_actions.hpp>

Public Types

typedef void result_type
 

Public Member Functions

template<typename Sequence >
void operator() (Sequence &seq) const
 Equivalent to seq.pop_back(). More...
 

Detailed Description

pop_back is a PolymorphicFunctionObject for popping an element from the back of a container.

Member Typedef Documentation

Member Function Documentation

template<typename Sequence >
void boost::xpressive::op::pop_back::operator() ( Sequence &  seq) const
inline

Equivalent to seq.pop_back().

Parameters
seqThe sequence from which to pop.
Returns
void

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