MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / string get_default_str

Method string get_default_str

include/CLI/Option.hpp:582–582  ·  view source on GitHub ↗

The default value (for help printing)

Source from the content-addressed store, hash-verified

580
581 /// The default value (for help printing)
582 CLI11_NODISCARD std::string get_default_str() const { return default_str_; }
583
584 /// Get the callback function
585 CLI11_NODISCARD callback_t get_callback() const { return callback_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected