Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::Domain::DomainIteratorBeginEndWithOwnership Struct Reference

Detailed Description

Definition at line 253 of file sorted_interval_list.h.

#include <sorted_interval_list.h>

Public Member Functions

DomainIterator begin () const
absl::InlinedVector< ClosedInterval, 1 >::const_iterator end () const

Public Attributes

absl::InlinedVector< ClosedInterval, 1 > intervals

Member Function Documentation

◆ begin()

DomainIterator operations_research::Domain::DomainIteratorBeginEndWithOwnership::begin ( ) const
inline

Definition at line 254 of file sorted_interval_list.h.

◆ end()

absl::InlinedVector< ClosedInterval, 1 >::const_iterator operations_research::Domain::DomainIteratorBeginEndWithOwnership::end ( ) const
inline

Definition at line 255 of file sorted_interval_list.h.

Member Data Documentation

◆ intervals

absl::InlinedVector<ClosedInterval, 1> operations_research::Domain::DomainIteratorBeginEndWithOwnership::intervals

Definition at line 258 of file sorted_interval_list.h.


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