OR-Tools  9.6
StrongIntRange< IntType >

Detailed Description

template<typename IntType>
class util_intops::StrongIntRange< IntType >

Definition at line 363 of file strong_int.h.

Classes

class  StrongIntRangeIterator
 

Public Member Functions

 StrongIntRange (IntType end)
 
 StrongIntRange (IntType begin, IntType end)
 
StrongIntRangeIterator begin () const
 
StrongIntRangeIterator end () const
 

Constructor & Destructor Documentation

◆ StrongIntRange() [1/2]

StrongIntRange ( IntType  end)
inlineexplicit

Definition at line 398 of file strong_int.h.

◆ StrongIntRange() [2/2]

StrongIntRange ( IntType  begin,
IntType  end 
)
inline

Definition at line 400 of file strong_int.h.

Member Function Documentation

◆ begin()

StrongIntRangeIterator begin ( ) const
inline

Definition at line 401 of file strong_int.h.

◆ end()

StrongIntRangeIterator end ( ) const
inline

Definition at line 402 of file strong_int.h.


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