Seastar
High performance C++ framework for concurrent servers
Public Member Functions | List of all members
seastar::metrics::relabel_config_regex Class Reference

Detailed Description

a wrapper class around regex with the original expr

regex does not contain the original expression, this wrapper class acts both as a string and as a regex.

#include <seastar/core/relabel_config.hh>

Public Member Functions

 relabel_config_regex (const std::string &expr)
 
 relabel_config_regex (const char *expr)
 
const std::string & str () const noexcept
 
const std::regex & regex () const noexcept
 
relabel_config_regexoperator= (const char *expr)
 
relabel_config_regexoperator= (const std::string &expr)
 

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