Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class too_many_positional_options_error

boost::program_options::too_many_positional_options_error

Synopsis

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


class too_many_positional_options_error : public  {
public:
  // construct/copy/destruct
  ();
};

Description

Class thrown when there are too many positional options. This is a programming error.

too_many_positional_options_error public construct/copy/destruct

  1. ();

PrevUpHomeNext