Provides a matching function object for the boost::asio::async_read_until based on a std::regex.
More...
#include <goby/middleware/io/line_based/common.h>
|
| match_regex (std::string eol) |
|
template<typename Iterator > |
std::pair< Iterator, bool > | operator() (Iterator begin, Iterator end) const |
|
Provides a matching function object for the boost::asio::async_read_until based on a std::regex.
Definition at line 52 of file common.h.
◆ match_regex()
goby::middleware::io::match_regex::match_regex |
( |
std::string |
eol | ) |
|
|
inlineexplicit |
◆ operator()()
template<typename Iterator >
std::pair<Iterator, bool> goby::middleware::io::match_regex::operator() |
( |
Iterator |
begin, |
|
|
Iterator |
end |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: