Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Class unknown_option

boost::program_options::unknown_option

Synopsis

class unknown_option : public boost::program_options::error {
public:
  // construct/copy/destruct
  unknown_option(const std::string &);
};

Description

Class thrown when option name is not recognized.

unknown_option public construct/copy/destruct

  1. unknown_option(const std::string & name);

PrevUpHomeNext