| modm API documentation
    | 
| Public Member Functions | |
| Test (int value1, int value2) | |
| Test (const Test &test) | |
| Test (Test &&test) noexcept | |
| auto | operator<=> (const Test &) const = default | 
| Static Public Member Functions | |
| static void | reset () | 
| Public Attributes | |
| int | value1 = 3 | 
| int | value2 = 2 | 
| Static Public Attributes | |
| static int | copyCount = 0 | 
| static int | moveCount = 0 | 
| static int | destructCount = 0 |