Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Type definition for char basic_regex.
typedef basic_regex<char> regex;
Remarks
The type describes a specialization of template class basic_regex Class for elements of type char.
Note
High-bit characters will have unpredictable results with regex. Values outside the range of 0 to 127 may result in undefined behavior.
Requirements
Header: <regex>
Namespace: std