![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::insert — insert
is a PolymorphicFunctionObject for inserting a value or a sequence of values into a sequence container, an associative container, or a string.
// In header: <boost/xpressive/regex_actions.hpp> struct insert { // member classes/structs/unions template<typename Sig> struct result { // types typedef ; }; // public member functions template<typename Cont, typename A0> result< insert( (, ) ; template<typename Cont, typename A0, typename A1> result< insert( (, , ) ; template<typename Cont, typename A0, typename A1, typename A2> result< insert( (, , , ) ; template<typename Cont, typename A0, typename A1, typename A2, typename A3> result< insert( (, , , , ) ; };
insert
public member functionstemplate<typename Cont, typename A0> result< insert( ( cont, a0) ;
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
template<typename Cont, typename A0, typename A1> result< insert( ( cont, a0, a1) ;
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
template<typename Cont, typename A0, typename A1, typename A2> result< insert( ( cont, a0, a1, a2) ;
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
template<typename Cont, typename A0, typename A1, typename A2, typename A3> result< insert( ( cont, a0, a1, a2, a3) ;
Parameters: |
|
||||||||||
Returns: |
|