Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::IterableContainer< T > Class Template Reference

#include <base_types.h>

Inheritance diagram for operations_research::IterableContainer< T >:
operations_research::IterableContainerBase< T, IterableContainer< T > >

Public Member Functions

 IterableContainer (const T &data_source)
auto begin_impl ()
auto end_impl ()
auto begin_impl () const
auto end_impl () const
Public Member Functions inherited from operations_research::IterableContainerBase< T, IterableContainer< T > >
auto begin ()
auto end ()

Additional Inherited Members

Public Types inherited from operations_research::IterableContainerBase< T, IterableContainer< T > >
using value_type
using iterator_type

Detailed Description

template<typename T>
class operations_research::IterableContainer< T >

Definition at line 362 of file base_types.h.

Constructor & Destructor Documentation

◆ IterableContainer()

template<typename T>
operations_research::IterableContainer< T >::IterableContainer ( const T & data_source)
inlineexplicit

Definition at line 365 of file base_types.h.

Member Function Documentation

◆ begin_impl() [1/2]

template<typename T>
auto operations_research::IterableContainer< T >::begin_impl ( )
inline

Definition at line 367 of file base_types.h.

◆ begin_impl() [2/2]

template<typename T>
auto operations_research::IterableContainer< T >::begin_impl ( ) const
inline

Definition at line 369 of file base_types.h.

◆ end_impl() [1/2]

template<typename T>
auto operations_research::IterableContainer< T >::end_impl ( )
inline

Definition at line 368 of file base_types.h.

◆ end_impl() [2/2]

template<typename T>
auto operations_research::IterableContainer< T >::end_impl ( ) const
inline

Definition at line 370 of file base_types.h.


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