Get a boolean if the validator is allowed to modify the input returns true if it can modify the input
| 158 | |
| 159 | /// Get a boolean if the validator is allowed to modify the input returns true if it can modify the input |
| 160 | CLI11_NODISCARD bool get_modifying() const { return !non_modifying_; } |
| 161 | |
| 162 | /// Combining validators is a new validator. Type comes from left validator if function, otherwise only set if the |
| 163 | /// same. |
nothing calls this directly
no outgoing calls
no test coverage detected