Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class invalid_bool_value

boost::program_options::invalid_bool_value

Synopsis

// In header: <boost/program_options/errors.hpp>


class invalid_bool_value : public boost::program_options::validation_error {
public:

  // public member functions
  invalid_bool_value(const std::string &);
};

Description

Class thrown if there is an invalid bool value given

invalid_bool_value public member functions

  1. invalid_bool_value(const std::string & value);

PrevUpHomeNext