#include <stlsoft/stlsoft.h>
#include <stlsoft/shims/access/string.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | c_str_ptr_extract_iterator |
| This iterator adaptor translates the values assigned to it via the c_str_ptr access shim, and passes the result to the function on which it's parameterised. More... | |
| class | c_str_ptr_extract_iterator::deref_proxy |
Functions | |
| template<typename F> | |
| c_str_ptr_extract_iterator< F > | c_str_inserter (F &f) |
| Creates an instance of the c_str insert iterator. | |
| template<typename F> | |
| c_str_ptr_extract_iterator< F > | c_str_ptr_inserter (F &f) |
| [DEPRECATED] Creates an instance of the c_str insert iterator. | |
1.5.6