Space separator
| 21 | protected: |
| 22 | char do_thousands_sep() const override { return '|'; } // Space separator |
| 23 | std::string do_grouping() const override { return "\2"; } // Group digits in sets of 2 |
| 24 | }; |
| 25 | |
| 26 | #if CLI11_HAS_RTTI != 0 |
nothing calls this directly
no outgoing calls
no test coverage detected