C++ Reference
C++ Reference: Algorithms
DynamicPartition::IterablePart
Detailed Description
Definition at line 183 of file dynamic_partition.h.
Public Types | |
typedef int | value_type |
typedef std::vector< int >::const_iterator | const_iterator |
Public Member Functions | |
std::vector< int >::const_iterator | begin () const |
std::vector< int >::const_iterator | end () const |
int | size () const |
IterablePart () | |
IterablePart (const std::vector< int >::const_iterator &b, const std::vector< int >::const_iterator &e) | |
Public Attributes | |
std::vector< int >::const_iterator | begin_ |
std::vector< int >::const_iterator | end_ |
Member Typedef Documentation
◆ const_iterator
typedef std::vector<int>::const_iterator const_iterator |
Definition at line 198 of file dynamic_partition.h.
◆ value_type
typedef int value_type |
Definition at line 197 of file dynamic_partition.h.
Constructor & Destructor Documentation
◆ IterablePart() [1/2]
|
inline |
Definition at line 191 of file dynamic_partition.h.
◆ IterablePart() [2/2]
|
inline |
Definition at line 192 of file dynamic_partition.h.
Member Function Documentation
◆ begin()
|
inline |
Definition at line 184 of file dynamic_partition.h.
◆ end()
|
inline |
Definition at line 185 of file dynamic_partition.h.
◆ size()
|
inline |
Definition at line 189 of file dynamic_partition.h.
Member Data Documentation
◆ begin_
std::vector<int>::const_iterator begin_ |
Definition at line 186 of file dynamic_partition.h.
◆ end_
std::vector<int>::const_iterator end_ |
Definition at line 187 of file dynamic_partition.h.
The documentation for this struct was generated from the following file: