#include <boost/type_traits/integral_constant.hpp>
#include <vector>
#include <string>
#include "IteratorTraits.cti"
#include "IteratorTraits.ih"
Go to the source code of this file.
Definition in file IteratorTraits.hh.
Classes |
|
struct | senf::contiguous_storage_iterator< RandomAccessIterator > |
Check for contiguous mutable storage. More... |
|
struct | senf::contiguous_storage_iterator< T * > |
Check for contiguous mutable storage. Pointer specialization. More... |
|
Namespaces |
|
namespace | senf |
Defines |
|
#define | HH_SENF_Utils_IteratorTraits_ 1 |
Functions |
|
template<class Iterator > | |
std::iterator_traits< Iterator > ::pointer |
senf::storage_iterator (Iterator i) |
Convert contiguous storage iterator to pointer. |
#define | ||||
HH_SENF_Utils_IteratorTraits_ 1 | ||||
Definition at line 27 of file IteratorTraits.hh.