C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::config_option::find_result Struct Reference

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.
 

Detailed Description

Stores the result of a find operation.

The option sets begin == end if the operation could not find a match.


The documentation for this struct was generated from the following file: