#include <edge_functors.h>
const_edge::second
.
PolicyT
cttl::policy_default
.StringT
std::string
Definition at line 238 of file edge_functors.h.
Public Member Functions | |
edge_second_insert_stay (StringT const &str_) | |
Constructs function object and initializes it with the source substring. | |
void | operator() (edge< PolicyT, StringT > &edge_) |
function call operator, inserts string specified when the function object was constructed, at the offset pointed by the upper boundary of the edge, const_edge::second . | |
Public Attributes | |
StringT | m_str |
Stores string to insert. |
|
function call operator, inserts string specified when the function object was constructed, at the offset pointed by the upper boundary of the edge,
Definition at line 256 of file edge_functors.h. References const_edge::second. |