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... | |
pop_back is a PolymorphicFunctionObject for popping an element from the back of a container.
| typedef void boost::xpressive::op::pop_back::result_type |
|
inline |