MCPcopy Create free account
hub / github.com/catboost/catboost / IsDefault

Method IsDefault

library/cpp/getopt/small/last_getopt_opt.h:829–831  ·  view source on GitHub ↗

* Check if this argument have default values for its title and help. */

Source from the content-addressed store, hash-verified

827 * Check if this argument have default values for its title and help.
828 */
829 bool IsDefault() const {
830 return Title_.empty() && Help_.empty();
831 }
832
833 /**
834 * Set argument title.

Callers 1

PrintFreeArgsDescMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected