class duplicate_option_error
Declaration
class duplicate_option_error : public error { /* full declaration omitted */ };Description
Class thrown when duplicate option description is found.
Declared at: libs/pika/program_options/include/pika/program_options/options_description.hpp:270
Inherits from: error
Method Overview
- public duplicate_option_error(const std::string & xwhat)
Inherited from error:
Methods
duplicate_option_error(const std::string& xwhat)
duplicate_option_error(const std::string& xwhat)Declared at: libs/pika/program_options/include/pika/program_options/options_description.hpp:273
Parameters
- const std::string& xwhat