C++ Reference

C++ Reference: Algorithms

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]

IterablePart ( )
inline

Definition at line 191 of file dynamic_partition.h.

◆ IterablePart() [2/2]

IterablePart ( const std::vector< int >::const_iterator b,
const std::vector< int >::const_iterator e 
)
inline

Definition at line 192 of file dynamic_partition.h.

Member Function Documentation

◆ begin()

std::vector<int>::const_iterator begin ( ) const
inline

Definition at line 184 of file dynamic_partition.h.

◆ end()

std::vector<int>::const_iterator end ( ) const
inline

Definition at line 185 of file dynamic_partition.h.

◆ size()

int size ( ) const
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: