class invalid_bool_value
Declaration
class invalid_bool_value : public validation_error { /* full declaration omitted */ };Description
Class thrown if there is an invalid bool value given
Declared at: libs/pika/program_options/include/pika/program_options/errors.hpp:442
Inherits from: validation_error
Member Variables
Inherited from validation_error:
Inherited from error_with_option_name:
- protected m_option_style
- protected m_substitutions
- protected m_substitution_defaults
- public m_error_template
- protected m_message
Method Overview
- public invalid_bool_value(const std::string & value)
Inherited from validation_error:
Inherited from error_with_option_name:
- public add_context
- protected get_canonical_option_name
- protected get_canonical_option_prefix
- public get_option_name
- protected replace_token
- public set_option_name
- public set_original_token
- public set_prefix
- public set_substitute
- public set_substitute_default
- protected substitute_placeholders
- public what
Inherited from error:
Methods
invalid_bool_value(const std::string& value)
invalid_bool_value(const std::string& value)Declared at: libs/pika/program_options/include/pika/program_options/errors.hpp:445
Parameters
- const std::string& value