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