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:

  // public member functions
  ();
};

Description

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

multiple_occurrences public member functions

  1. ();

PrevUpHomeNext