push is a PolymorphicFunctionObject for pushing an element into a container.
More...
#include <regex_actions.hpp>
|
| template<typename Sequence , typename Value > |
| void | operator() (Sequence &seq, Value const &val) const |
| | Equivalent to seq.push(val). More...
|
| |
push is a PolymorphicFunctionObject for pushing an element into a container.
template<typename Sequence , typename Value >
| void boost::xpressive::op::push::operator() |
( |
Sequence & |
seq, |
|
|
Value const & |
val |
|
) |
| const |
|
inline |
Equivalent to seq.push(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: