Matches the strings "true" and "false", producing an attribute of `true` or `false`, respectively, and fails on any other input. */
| 399 | /** Matches the strings "true" and "false", producing an attribute of |
| 400 | `true` or `false`, respectively, and fails on any other input. */ |
| 401 | struct bool_parser; |
| 402 | |
| 403 | /** Matches an unsigned number of radix `Radix`, of at least `MinDigits` |
| 404 | and at most `MaxDigits`, producing an attribute of type `T`. Fails on |
nothing calls this directly
no outgoing calls
no test coverage detected