Sdílet prostřednictvím


<regex> – definice Typedef

cmatch
cregex_iterator
cregex_token_iterator
csub_match
regex
Smatch
sregex_iterator
sregex_token_iterator
ssub_match
wcmatch
wcregex_iterator
wcregex_token_iterator
wcsub_match
wregex
wsmatch
wsregex_iterator
wsregex_token_iterator
wssub_match

cmatch Typedef

Definice typu pro znak match_results

typedef match_results<const char*> cmatch;

Poznámky

Typ popisuje specializaci šablony třídy match_results Třída pro iterátory typu const char*.

cregex_iterator Typedef

Definice typu pro znak regex_iterator

typedef regex_iterator<const char*> cregex_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_iterator Třída pro iterátory typu const char*.

cregex_token_iterator Typedef

Definice typu pro char regex_token_iterator

typedef regex_token_iterator<const char*> cregex_token_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_token_iterator Třída pro iterátory typu const char*.

csub_match Typedef

Definice typu pro znak sub_match

typedef sub_match<const char*> csub_match;

Poznámky

Typ popisuje specializaci šablony třídy sub_match Třída pro iterátory typu const char*.

regex Typedef

Definice typu pro znak basic_regex

typedef basic_regex<char> regex;

Poznámky

Typ popisuje specializaci šablony třídy basic_regex Třída pro prvky typu char.

Poznámka:

Vysoké bitové znaky budou mít nepředvídatelné výsledky s regex. Hodnoty mimo rozsah 0 až 127 můžou mít za následek nedefinované chování.

Smatch Typedef

Definice typu pro řetězcovou match_results

typedef match_results<string::const_iterator> smatch;

Poznámky

Typ popisuje specializaci šablony třídy match_results Třída pro iterátory typu string::const_iterator.

sregex_iterator Typedef

Definice typu pro řetězcovou regex_iterator

typedef regex_iterator<string::const_iterator> sregex_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_iterator Třída pro iterátory typu string::const_iterator.

sregex_token_iterator Typedef

Definice typu pro řetězcovou regex_token_iterator

typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_token_iterator Třída pro iterátory typu string::const_iterator.

ssub_match Typedef

Definice typu pro řetězcovou sub_match

typedef sub_match<string::const_iterator> ssub_match;

Poznámky

Typ popisuje specializaci šablony třídy sub_match Třída pro iterátory typu string::const_iterator.

wcmatch Typedef

Definice typu pro wchar_t match_results

typedef match_results<const wchar_t *> wcmatch;

Poznámky

Typ popisuje specializaci šablony třídy match_results Třída pro iterátory typu const wchar_t*.

wcregex_iterator Typedef

Definice typu pro wchar_t regex_iterator

typedef regex_iterator<const wchar_t*> wcregex_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_iterator Třída pro iterátory typu const wchar_t*.

wcregex_token_iterator Typedef

Definice typu pro wchar_t regex_token_iterator

typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_token_iterator Třída pro iterátory typu const wchar_t*.

wcsub_match Typedef

Definice typu pro wchar_t sub_match

typedef sub_match<const wchar_t*> wcsub_match;

Poznámky

Typ popisuje specializaci šablony třídy sub_match Třída pro iterátory typu const wchar_t*.

wregex Typedef

Definice typu pro wchar_t basic_regex

typedef basic_regex<wchar_t> wregex;

Poznámky

Typ popisuje specializaci šablony třídy basic_regex Třída pro prvky typu wchar_t.

Wsmatch Typedef

Definice typu pro wstring match_results.

typedef match_results<wstring::const_iterator> wsmatch;

Poznámky

Typ popisuje specializaci šablony třídy match_results Třída pro iterátory typu wstring::const_iterator.

wsregex_iterator Typedef

Definice typu pro regex_iterator wstringu

typedef regex_iterator<wstring::const_iterator> wsregex_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_iterator Třída pro iterátory typu wstring::const_iterator.

wsregex_token_iterator Typedef

Definice typu pro regex_token_iterator wstringu

typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;

Poznámky

Typ popisuje specializaci šablony třídy regex_token_iterator Třída pro iterátory typu wstring::const_iterator.

wssub_match Typedef

Definice typu pro sub_match wstring

typedef sub_match<wstring::const_iterator> wssub_match;

Poznámky

Typ popisuje specializaci šablony třídy sub_match Třída pro iterátory typu wstring::const_iterator.

Viz také

<regex>
regex_constants – třída
regex_error – třída
<funkce regulárních výrazů>
regex_iterator – třída
<Operátory regulárních výrazů>
regex_token_iterator – třída
regex_traits – třída