Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
stxxl::stream::streamify_traits< InputIterator_ > Struct Template Reference

Traits class of streamify function. More...

#include <stream.h>

List of all members.

Public Types

typedef iterator2stream
< InputIterator_ > 
stream_type
 return type (stream type) of streamify for InputIterator_

Detailed Description

template<class InputIterator_>
struct stxxl::stream::streamify_traits< InputIterator_ >

Traits class of streamify function.

Examples:
stream/test_stream.cpp.

Definition at line 122 of file stream.h.


Member Typedef Documentation

template<class InputIterator_>
typedef iterator2stream<InputIterator_> stxxl::stream::streamify_traits< InputIterator_ >::stream_type

return type (stream type) of streamify for InputIterator_

Definition at line 125 of file stream.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines