Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
iterators.h File Reference
#include <iterator>
#include "ortools/math_opt/storage/range.h"

Go to the source code of this file.

Classes

class  operations_research::math_opt::UpdateDataFieldIterator< UpdateData, V, Field, BaseIter >

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::math_opt

Functions

template<typename V, typename C>
operations_research::math_opt::MemberPointerValueType (V C::*)
template<typename V, typename C>
operations_research::math_opt::MemberPointerClassType (V C::*)
template<auto PointerToMember, typename BaseIter>
auto operations_research::math_opt::MakeUpdateDataFieldIterator (BaseIter base_iter)
template<auto PointerToMember, typename UpdateTrackers>
auto operations_research::math_opt::MakeUpdateDataFieldRange (const UpdateTrackers &trackers)