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

Method range

examples/custom_validator.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32 CLI11_NODISCARD T center() const { return center_point; }
33 CLI11_NODISCARD T range() const { return delta; }
34 void center(const T &value) { center_point = value; }
35 void range(const T &value) { delta = value; }
36};

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected