| 558 | std::string value = ""; |
| 559 | }; |
| 560 | struct ArguDesc { |
| 561 | std::string arg_name = ""; |
| 562 | bool grouping = false; |
| 563 | bool set_value = false; |
| 564 | std::string value = ""; |
| 565 | }; |
| 566 | #ifdef CXXOPTS_NO_REGEX |
| 567 | inline IntegerDesc SplitInteger(const std::string &text) |
| 568 | { |
nothing calls this directly
no outgoing calls
no test coverage detected