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