Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global bool_

boost::parser::bool_

Synopsis

// In header: <boost/parser/parser.hpp>

parser_interface<  bool_;

Description

The Boolean parser. Parses "true" and "false", producing attributes true and false, respectively, and fails on any other input.


PrevUpHomeNext