#include <stlsoft/stlsoft.h>
#include <stlsoft/shims/access/string.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/string/string_traits.hpp>
#include <functional>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| class | string_concatenator_iterator |
| This output iterator adaptor template wraps a C-style string pointer as an output iterator, to enable a C-style string to be built up as a result of the application of an algorithm. More... | |
| class | string_concatenator_iterator::deref_proxy |
Functions | |
| template<typename S, typename D> | |
| string_concatenator_iterator < S, D > | make_string_concatenator_iterator (S &s, D const &delim) |
| Creator function for string_concatenator_iterator. | |
| template<typename S, typename D> | |
| string_concatenator_iterator < S, D > | string_concatenator (S &s, D const &delim) |
| Creator function for string_concatenator_iterator. | |
1.5.6