#include <collection.hpp>
|
typedef std::conditional< std::is_const< TMember >::value, const unsigned char *, unsigned char * >::type | data_type |
|
|
template<typename TChar , typename TTraits > |
std::basic_ostream< TChar, TTraits > & | operator<< (std::basic_ostream< TChar, TTraits > &out, const CollectionIterator< TMember > &iter) |
|
template<class TMember>
template<typename TChar , typename TTraits >
std::basic_ostream<TChar, TTraits>& operator<< |
( |
std::basic_ostream< TChar, TTraits > & |
out, |
|
|
const CollectionIterator< TMember > & |
iter |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: