MCPcopy Create free account
hub / github.com/boostorg/parser / bool_parser

Class bool_parser

include/boost/parser/parser_fwd.hpp:401–401  ·  view source on GitHub ↗

Matches the strings "true" and "false", producing an attribute of `true` or `false`, respectively, and fails on any other input. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected