C++ Actor Framework 1.0.0
|
Stores the result of a find operation. More...
#include <config_option.hpp>
Public Attributes | |
argument_iterator | begin |
The begin of the matched range. | |
argument_iterator | end |
The end of the matched range. | |
std::string_view | value |
The value for the config option. | |
Stores the result of a find operation.
The option sets begin == end
if the operation could not find a match.