The class option_set
maintains a collection of options.
class option_set
Member Functions
Name |
Description |
---|---|
Removes an option from the set. |
|
Gets an option from the set. |
|
Assignment operator. |
|
Constructs an object of class option_set. |
|
Sets the value of an option in the set. |
|
Sets multiple options in a set from another set. |
|
Destroys an object of class option_set. |
Remarks
Options are uniquely identified by type, so the option_set
class is a collection of objects of differing types, indexed by type.
The option types stored in the set must meet the type requirements for CopyConstructible.
Requirements
Header: <urdl/option_set.hpp>
Namespace: urdl