MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / do_grouping

Method do_grouping

tests/localeTest.cpp:23–23  ·  view source on GitHub ↗

Space separator

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected