[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCallMethod0\u003c/code\u003e is a class within the OR-Tools constraint solver that facilitates calling a method with no arguments on an object.\u003c/p\u003e\n"],["\u003cp\u003eIt provides functionalities to construct the call, execute it (\u003ccode\u003eRun\u003c/code\u003e), and generate debug information (\u003ccode\u003eDebugString\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe class requires the object, the method to be called, and a name for debugging purposes during construction.\u003c/p\u003e\n"]]],["The `CallMethod0` class in C++ has four core methods: `CallMethod0`, its destructor `~CallMethod0`, `DebugString`, and `Run`. `CallMethod0` takes a pointer `T* const ct`, a method pointer `void (T::*method)()`, and a string `name` as arguments. `DebugString` returns a string representation. The `Run` method executes with a `Solver* const s` argument. This class facilitates calling a specific method on an object.\n"],null,["# CallMethod0\n\nC++ Reference: class CallMethod0\n================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|--------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [`CallMethod0`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L501) | \u003cbr /\u003e Arguments: `T* const ct, void (T::*method)(), const std::string& name` \u003cbr /\u003e |\n| [`~CallMethod0`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L504) | \u003cbr /\u003e |\n| [`DebugString`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L508) | Return type: `std::string ` \u003cbr /\u003e |\n| [`Run`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L506) | Return type: `void ` Arguments: `Solver* const s` \u003cbr /\u003e |"]]