userver: utils::regex Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::regex Class Referencefinal

#include <userver/utils/regex.hpp>

Detailed Description

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

Definition at line 17 of file regex.hpp.

Public Member Functions

 regex (std::string_view pattern)
 
 regex (const regex &)
 
 regex (regex &&) noexcept
 
regexoperator= (const regex &)
 
regexoperator= (regex &&) noexcept
 
std::string str () const
 

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