push_front
is a PolymorphicFunctionObject for pushing an element into the front of a container.
More...
#include <regex_actions.hpp>
|
template<typename Sequence , typename Value > |
void | operator() (Sequence &seq, Value const &val) const |
| Equivalent to seq.push_front(val) . More...
|
|
push_front
is a PolymorphicFunctionObject for pushing an element into the front of a container.
template<typename Sequence , typename Value >
void boost::xpressive::op::push_front::operator() |
( |
Sequence & |
seq, |
|
|
Value const & |
val |
|
) |
| const |
|
inline |
Equivalent to seq.push_front(val)
.
- Parameters
-
seq | The sequence into which the value should be pushed. |
val | The value to push into the sequence. |
- Returns
void
The documentation for this struct was generated from the following file: