MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Variable

Class Variable

include/project_parser.hpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using ConditionVector = Condition<std::vector<std::string>>;
17
18struct Variable {
19 std::string name;
20 std::string help;
21 mpark::variant<bool, std::string> value;
22 bool cache = false;
23 bool force = false;
24};
25
26struct Option {
27 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected