pop
is a PolymorphicFunctionObject for popping an element from 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() . More... | |
pop
is a PolymorphicFunctionObject for popping an element from a container.
typedef void boost::xpressive::op::pop::result_type |
|
inline |