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

Method dobjWrapper

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

Source from the content-addressed store, hash-verified

463class dobjWrapper {
464 public:
465 dobjWrapper() = default;
466 explicit dobjWrapper(double obj) : dval_{obj} {};
467 explicit dobjWrapper(int obj) : ival_{obj} {};
468

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected