#include <stlsoft/iterators/string_concatenator_iterator.hpp>

| S | The type of the string that will be written to | |
| D | The type of the delimiter that will be used to separate the elements written to the iterator |
Construction | |
| static class_type | create (string_type &s, delimiter_type const &delim) |
Public Types | |
Member Types | |
| typedef S | string_type |
| typedef D | delimiter_type |
|
typedef string_concatenator_iterator < S, D > | class_type |
Public Member Functions | |
Output Iterator Operations | |
| deref_proxy | operator* () |
| class_type & | operator++ () |
| class_type & | operator++ (int) |
Classes | |
| class | deref_proxy |
1.5.6