MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / has_default

Method has_default

Source/Utils/cxxopts.hpp:1375–1380  ·  view source on GitHub ↗

TODO: maybe default options should count towards the number of arguments

Source from the content-addressed store, hash-verified

1373
1374 // TODO: maybe default options should count towards the number of arguments
1375 CXXOPTS_NODISCARD
1376 bool
1377 has_default() const noexcept
1378 {
1379 return m_default;
1380 }
1381
1382 template <typename T>
1383 const T&

Callers 2

parseMethod · 0.45
add_optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected