#include <insert_at_actor.hpp>
|
template<typename T , typename ReferentT , typename ValueT > |
void | act (T &ref_, ReferentT const &key_, ValueT const &value_) const |
|
template<typename T , typename ReferentT , typename IteratorT > |
void | act (T &ref_, ReferentT const &key_, IteratorT const &first_, IteratorT const &last_) const |
|
template<typename T , typename ReferentT , typename ValueT >
void boost::spirit::insert_at_action::act |
( |
T & |
ref_, |
|
|
ReferentT const & |
key_, |
|
|
ValueT const & |
value_ |
|
) |
| const |
|
inline |
template<typename T , typename ReferentT , typename IteratorT >
void boost::spirit::insert_at_action::act |
( |
T & |
ref_, |
|
|
ReferentT const & |
key_, |
|
|
IteratorT const & |
first_, |
|
|
IteratorT const & |
last_ |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: