userver: chaotic::Pattern< Regex > Struct Template Reference
Loading...
Searching...
No Matches
chaotic::Pattern< Regex > Struct Template Referencefinal

Detailed Description

template<const std::string_view & Regex>
struct chaotic::Pattern< Regex >

Definition at line 13 of file validators_pattern.hpp.

Static Public Member Functions

static void Validate (const std::string &value)
 

Static Public Attributes

static const utils::regex kRegex {std::string{Regex}}
 

Member Function Documentation

◆ Validate()

template<const std::string_view & Regex>
static void chaotic::Pattern< Regex >::Validate ( const std::string & value)
inlinestatic

Definition at line 16 of file validators_pattern.hpp.

Member Data Documentation

◆ kRegex

template<const std::string_view & Regex>
const utils::regex chaotic::Pattern< Regex >::kRegex {std::string{Regex}}
inlinestatic

Definition at line 14 of file validators_pattern.hpp.


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