Ring Daemon 16.0.0
Loading...
Searching...
No Matches
std Namespace Reference

Typedefs

using svmatch = match_results< string_view::const_iterator >
 
using svsub_match = sub_match< string_view::const_iterator >
 

Functions

string operator+ (const string &s, const string_view &sv)
 
string operator+ (const string_view &sv, const string &s)
 
bool regex_match (string_view sv, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default)
 
bool regex_match (string_view sv, svmatch &m, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default)
 
bool regex_search (string_view sv, svmatch &m, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default)
 
constexpr string_view svsub_match_view (const svsub_match &submatch) noexcept
 

Typedef Documentation

◆ svmatch

using std::svmatch = typedef match_results<string_view::const_iterator>

Definition at line 233 of file string_utils.h.

◆ svsub_match

using std::svsub_match = typedef sub_match<string_view::const_iterator>

Definition at line 234 of file string_utils.h.

Function Documentation

◆ operator+() [1/2]

string std::operator+ ( const string &  s,
const string_view &  sv 
)
inline

Definition at line 224 of file string_utils.h.

References jami::concat().

Here is the call graph for this function:

◆ operator+() [2/2]

string std::operator+ ( const string_view &  sv,
const string &  s 
)
inline

Definition at line 229 of file string_utils.h.

References jami::concat().

Here is the call graph for this function:

◆ regex_match() [1/2]

bool std::regex_match ( string_view  sv,
const regex &  e,
regex_constants::match_flag_type  flags = regex_constants::match_default 
)
inline

Definition at line 247 of file string_utils.h.

References regex_match().

Here is the call graph for this function:

◆ regex_match() [2/2]

bool std::regex_match ( string_view  sv,
svmatch m,
const regex &  e,
regex_constants::match_flag_type  flags = regex_constants::match_default 
)
inline

◆ regex_search()

bool std::regex_search ( string_view  sv,
svmatch m,
const regex &  e,
regex_constants::match_flag_type  flags = regex_constants::match_default 
)
inline

◆ svsub_match_view()

constexpr string_view std::svsub_match_view ( const svsub_match submatch)
constexprnoexcept

Definition at line 235 of file string_utils.h.

Referenced by jami::PluginUtils::uncompressJplFunction().