<regex>
형식 정의
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 형식 정의
char match_results에 대한 형식 정의입니다.
typedef match_results<const char*> cmatch;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 match_results 클래스 의 const char*
특수화를 설명합니다.
cregex_iterator 형식 정의
char regex_iterator에 대한 형식 정의입니다.
typedef regex_iterator<const char*> cregex_iterator;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 regex_iterator 클래스 의 const char*
특수화를 설명합니다.
cregex_token_iterator 형식 정의
char regex_token_iterator에 대한 형식 정의
typedef regex_token_iterator<const char*> cregex_token_iterator;
설명
형식은 형식 반복기에 대한 클래스 템플릿 regex_token_iterator 클래스 의 const char*
특수화를 설명합니다.
csub_match 형식 정의
char sub_match에 대한 형식 정의입니다.
typedef sub_match<const char*> csub_match;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 sub_match 클래스 의 const char*
특수화를 설명합니다.
regex 형식 정의
char basic_regex에 대한 형식 정의입ㄴ니다.
typedef basic_regex<char> regex;
설명
형식의 요소에 대한 클래스 템플릿 basic_regex 클래스 의 char
특수화를 설명합니다.
참고 항목
높은 비트 문자의 경우 regex
에서 예기치 않은 결과가 반환됩니다. 0~127 범위를 벗어나는 값을 사용하는 경우 정의되지 않은 동작이 발생할 수 있습니다.
smatch 형식 정의
string match_results에 대한 형식 정의입니다.
typedef match_results<string::const_iterator> smatch;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 match_results 클래스 의 string::const_iterator
특수화를 설명합니다.
sregex_iterator 형식 정의
regex_iterator 문자열에 대한 형식 정의입니다.
typedef regex_iterator<string::const_iterator> sregex_iterator;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 regex_iterator 클래스 의 string::const_iterator
특수화를 설명합니다.
sregex_token_iterator 형식 정의
string regex_token_iterator에 대한 형식 정의입니다.
typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
설명
형식은 형식 반복기에 대한 클래스 템플릿 regex_token_iterator 클래스 의 string::const_iterator
특수화를 설명합니다.
ssub_match 형식 정의
string sub_match에 대한 형식 정의입니다.
typedef sub_match<string::const_iterator> ssub_match;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 sub_match 클래스 의 string::const_iterator
특수화를 설명합니다.
wcmatch 형식 정의
wchar_t match_results에 대한 형식 정의입니다.
typedef match_results<const wchar_t *> wcmatch;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 match_results 클래스 의 const wchar_t*
특수화를 설명합니다.
wcregex_iterator 형식 정의
wchar_t regex_iterator에 대한 형식 정의입니다.
typedef regex_iterator<const wchar_t*> wcregex_iterator;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 regex_iterator 클래스 의 const wchar_t*
특수화를 설명합니다.
wcregex_token_iterator 형식 정의
wchar_t regex_token_iterator에 대한 형식 정의입니다.
typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;
설명
형식은 형식 반복기에 대한 클래스 템플릿 regex_token_iterator 클래스 의 const wchar_t*
특수화를 설명합니다.
wcsub_match 형식 정의
wchar_t sub_match에 대한 형식 정의입니다.
typedef sub_match<const wchar_t*> wcsub_match;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 sub_match 클래스 의 const wchar_t*
특수화를 설명합니다.
wregex 형식 정의
wchar_t basic_regex에 대한 형식 정의입니다.
typedef basic_regex<wchar_t> wregex;
설명
형식의 요소에 대한 클래스 템플릿 basic_regex 클래스 의 wchar_t
특수화를 설명합니다.
wsmatch 형식 정의
wstring match_results에 대한 형식 정의입니다.
typedef match_results<wstring::const_iterator> wsmatch;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 match_results 클래스 의 wstring::const_iterator
특수화를 설명합니다.
wsregex_iterator 형식 정의
regex_iterator에 대한 형식 정의입니다.
typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 regex_iterator 클래스 의 wstring::const_iterator
특수화를 설명합니다.
wsregex_token_iterator 형식 정의
regex_token_iterator에 대한 형식 정의입니다.
typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
설명
형식은 형식 반복기에 대한 클래스 템플릿 regex_token_iterator 클래스 의 wstring::const_iterator
특수화를 설명합니다.
wssub_match 형식 정의
wstring sub_match에 대한 형식 정의입니다.
typedef sub_match<wstring::const_iterator> wssub_match;
설명
형식은 형식의 반복기에 대한 클래스 템플릿 sub_match 클래스 의 wstring::const_iterator
특수화를 설명합니다.
참고 항목
<regex>
regex_constants 클래스
regex_error 클래스
<regex> 함수
regex_iterator 클래스
<regex 연산자>
regex_token_iterator 클래스
regex_traits 클래스