![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 350 of file base_types.h.
#include <base_types.h>
Public Types | |
| using | value_type = typename std::decay_t<T>::value_type |
| using | iterator_type = decltype(std::begin(std::declval<T>())) |
Public Member Functions | |
| auto | begin () |
| auto | end () |
| auto | begin () const |
| auto | end () const |
| using operations_research::IterableContainerBase< T, Derived >::iterator_type = decltype(std::begin(std::declval<T>())) |
Definition at line 353 of file base_types.h.
| using operations_research::IterableContainerBase< T, Derived >::value_type = typename std::decay_t<T>::value_type |
Definition at line 352 of file base_types.h.
|
inline |
Definition at line 355 of file base_types.h.
|
inline |
Definition at line 357 of file base_types.h.
|
inline |
Definition at line 356 of file base_types.h.
|
inline |
Definition at line 358 of file base_types.h.