boost::program_options::multiple_occurrences
// In header: <boost/program_options/errors.hpp> class multiple_occurrences : public { public: // construct/copy/destruct (); ~(); };
Class thrown when there are several occurrences of an option, but user called a method which cannot return them all.
multiple_occurrences
();
~();