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

Method HasOptionalValue

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

* checks if "argument parsing politics" is OPTIONAL_ARGUMENT and the is set. */

Source from the content-addressed store, hash-verified

251 * checks if "argument parsing politics" is OPTIONAL_ARGUMENT and the <optional value> is set.
252 */
253 bool HasOptionalValue() const {
254 return OPTIONAL_ARGUMENT == HasArg_ && OptionalValue_;
255 }
256
257 /**
258 * @return optional value

Callers 2

FormatOptionFunction · 0.80
CurValOrOptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected