boost::parser::bool_
// In header: <boost/parser/parser.hpp> parser_interface< bool_parser > bool_;
The Boolean parser. Parses "true" and "false", producing attributes true and false, respectively, and fails on any other input.
true
false