Decrement a variable using the -- prefix operator. More...
#include <CommandSwitchFunctions.hh>
Public Member Functions | |
| Decrement (T &t) | |
| int | operator() (const char *) |
Private Attributes | |
| T & | param |
Decrement a variable using the -- prefix operator.
Definition at line 94 of file CommandSwitchFunctions.hh.
1.6.1