TODO: maybe default options should count towards the number of arguments
| 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& |
no outgoing calls
no test coverage detected