NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
nvbio::iterator_system< iterator > Struct Template Reference

Detailed description

template< typename iterator>
struct nvbio::iterator_system< iterator >

Definition at line 101 of file iterator.h.

#include <iterator.h>

Public Types

typedef std::iterator_traits
< iterator >
::iterator_category 
iterator_category
 
typedef
iterator_category_system
< iterator_category >::type 
type
 

Member Typedef Documentation

template<typename iterator>
typedef std::iterator_traits<iterator>::iterator_category nvbio::iterator_system< iterator >::iterator_category

Definition at line 103 of file iterator.h.

template<typename iterator>
typedef iterator_category_system<iterator_category>::type nvbio::iterator_system< iterator >::type

Definition at line 104 of file iterator.h.


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