C++ Reference
C++ Reference: Routing
CallMethod3< T, P, Q, R >
Detailed Description
template<class T, class P, class Q, class R>
class operations_research::CallMethod3< T, P, Q, R >
Demon proxy to a method on the constraint with three arguments.
Definition at line 620 of file constraint_solveri.h.
Public Member Functions | |
| CallMethod3 (T *const ct, void(T::*method)(P, Q, R), const std::string &name, P param1, Q param2, R param3) | |
| ~CallMethod3 () override | |
| void | Run (Solver *const s) override |
| std::string | DebugString () const override |
Constructor & Destructor Documentation
◆ CallMethod3()
|
inline |
Definition at line 622 of file constraint_solveri.h.
◆ ~CallMethod3()
|
inlineoverride |
Definition at line 631 of file constraint_solveri.h.
Member Function Documentation
◆ DebugString()
|
inlineoverride |
Definition at line 637 of file constraint_solveri.h.
◆ Run()
|
inlineoverride |
Definition at line 633 of file constraint_solveri.h.
The documentation for this class was generated from the following file: