Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class multiple_occurrences

boost::program_options::multiple_occurrences

Synopsis

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


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

Description

Class thrown when there are several occurrences of an option, but user called a method which cannot return them all.

multiple_occurrences public construct/copy/destruct

  1. ();
  2. ~();

PrevUpHomeNext