Constructs a basic regular expression from the sequence [p, p + len) interpreted according to the flags in f.
- Parameters
-
| __p | A pointer to the start of a string containing a regular expression. |
| __len | The length of the string containing the regular expression. |
| __f | Flags indicating the syntax rules and options. |
- Exceptions
-
Definition at line 509 of file regex.h.
511 {
514 }
#define __glibcxx_requires_string_len(_String, _Len)
void _M_compile(const _Ch_type *__first, const _Ch_type *__last, flag_type __f)