[[["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."],[],["The `RevSwitch` class in C++ represents a reversible switch that transitions from false to true only once. It has three core components: the `RevSwitch` constructor, the `Switch` method, and the `Switched` method. `Switched` returns a boolean indicating the current state of the switch. `Switch`, taking a solver object as an argument, performs the state change of the switch, from false to true.\n"]]