Google OR-Tools: util::BeginEndWrapper< Iterator > Class Template Reference

template<typename Iterator>
class util::BeginEndWrapper< Iterator >

Definition at line 48 of file iterators.h.

#include <iterators.h>

Public Types

using const_iterator = Iterator
using value_type = typename std::iterator_traits<Iterator>::value_type

Public Member Functions

 BeginEndWrapper ()=default
 BeginEndWrapper (Iterator begin, Iterator end)
Iterator begin () const
Iterator end () const
size_t size () const
bool empty () const

◆ const_iterator

template<typename Iterator>

◆ value_type

template<typename Iterator>

using util::BeginEndWrapper< Iterator >::value_type = typename std::iterator_traits<Iterator>::value_type

template<typename Iterator>

◆ BeginEndWrapper() [2/2]

template<typename Iterator>

◆ begin()

template<typename Iterator>

◆ empty()

template<typename Iterator>

◆ end()

template<typename Iterator>

◆ size()

template<typename Iterator>


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