STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::stream::streamify_traits< InputIterator > Struct Template Reference

Detailed Description

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

Traits class of streamify function.

Definition at line 100 of file stream.h.

Public Types

typedef iterator2stream
< InputIterator > 
stream_type
 return type (stream type) of streamify for InputIterator. More...
 

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 103 of file stream.h.


The documentation for this struct was generated from the following file: