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

Method vopt

tests/OptionTypeTest.cpp:931–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 class vopt {
930 public:
931 vopt() = default;
932 explicit vopt(std::vector<double> vdub) : val_{std::move(vdub)} {};
933 std::vector<double> val_{};
934 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected