insert
is a PolymorphicFunctionObject for inserting a value or a sequence of values into a sequence container, an associative container, or a string.
More...
#include <regex_actions.hpp>
Classes | |
struct | detail |
INTERNAL ONLY. More... | |
struct | result |
Public Member Functions | |
template<typename Cont , typename A0 > | |
result< insert(Cont &, A0 const &)>::type | operator() (Cont &cont, A0 const &a0) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename Cont , typename A0 , typename A1 > | |
result< insert(Cont &, A0 const &, A1 const &)>::type | operator() (Cont &cont, A0 const &a0, A1 const &a1) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename Cont , typename A0 , typename A1 , typename A2 > | |
result< insert(Cont &, A0 const &, A1 const &, A2 const &)> ::type | operator() (Cont &cont, A0 const &a0, A1 const &a1, A2 const &a2) const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
template<typename Cont , typename A0 , typename A1 , typename A2 , typename A3 > | |
result< insert(Cont &, A0 const &, A1 const &, A2 const &, A3 const &)>::type | operator() (Cont &cont, A0 const &a0, A1 const &a1, A2 const &a2, A3 const &a3) const |
insert
is a PolymorphicFunctionObject for inserting a value or a sequence of values into a sequence container, an associative container, or a string.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
cont | The container into which to insert the element(s) |
a0 | A value, iterator, or count |
a1 | A value, iterator, string, count, or character |
a2 | A value, iterator, or count |
a3 | A count |