Returns the number of arguments
| 51 | |
| 52 | /// Returns the number of arguments |
| 53 | size_t size() const noexcept { return numArgs; } |
| 54 | /// Returns true if there are no arguments |
| 55 | bool empty() const noexcept { return numArgs == 0; } |
| 56 |
no outgoing calls
no test coverage detected