#include <winstl/filesystem/findvolume_sequence.hpp>

| C | The character type | |
| T | The traits type. On translators that support default template arguments this defaults to filesystem_traits<C> |
Public Types | |
| typedef C | char_type |
| The character type. | |
| typedef T | traits_type |
| The traits type. | |
| typedef basic_findvolume_sequence< C, T > | class_type |
| The current parameterisation of the type. | |
| typedef basic_findvolume_sequence_value_type < C, T > | value_type |
| The value type. | |
| typedef basic_findvolume_sequence_const_iterator < C, T, value_type > | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef value_type & | reference |
| The reference type. | |
| typedef value_type const & | const_reference |
| The non-mutable (const) reference type. | |
Public Member Functions | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
| bool | empty () const |
| Evalulates whether the sequence is empty. | |
| typedef C char_type |
The character type.
| typedef T traits_type |
The traits type.
| typedef basic_findvolume_sequence<C, T> class_type |
The current parameterisation of the type.
| typedef basic_findvolume_sequence_value_type<C, T> value_type |
The value type.
| typedef basic_findvolume_sequence_const_iterator<C, T, value_type> const_iterator |
The non-mutating (const) iterator type.
| typedef value_type& reference |
The reference type.
| typedef value_type const& const_reference |
The non-mutable (const) reference type.
| const_iterator begin | ( | ) | const |
Begins the iteration.
| const_iterator end | ( | ) | const |
Ends the iteration.
| bool empty | ( | ) | const |
Evalulates whether the sequence is empty.
1.5.6