Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <arrow_operator_proxy.h>
Public Member Functions | |
ArrowOperatorProxy (T value) | |
const T * | operator-> () const |
Proxy used to implement operator-> on iterators that return temporary objects.
The operator-> in C++ is interpreted by a drill-down operation that looks for a pointer. It is not possible to return a value. So this class is used as a proxy to return a pointer from a value.
Definition at line 30 of file arrow_operator_proxy.h.
|
inlineexplicit |
Definition at line 32 of file arrow_operator_proxy.h.
|
inline |
Definition at line 33 of file arrow_operator_proxy.h.