userver: utils::match_results Class Reference
Loading...
Searching...
No Matches
utils::match_results Class Referencefinal

#include <userver/utils/regex.hpp>

Detailed Description

Small alias for boost::smatch / std::regex without huge includes.

Definition at line 54 of file regex.hpp.

Public Member Functions

 match_results (const match_results &)
 
match_resultsoperator= (const match_results &)
 
std::size_t size () const
 
std::string_view operator[] (int sub) const
 

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