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

Method dvalue

tests/NewParseTest.cpp:469–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 explicit dobjWrapper(int obj) : ival_{obj} {};
468
469 CLI11_NODISCARD double dvalue() const { return dval_; }
470 CLI11_NODISCARD int ivalue() const { return ival_; }
471
472 private:

Callers 1

NewParseTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected