Set the process‐wide default evaluation recursion depth limit.
Synopsis
Declared in <bdlpcre_regex.h>
static
int
setDefaultDepthLimit(int depthLimit);
Description
Set the process‐wide default evaluation recursion depth limit to the specified depthLimit. Return the previous depth limit.
Return Value
previous process‐wide default depth limit
Parameters
Name |
Description |
depthLimit |
new process‐wide default depth limit |
Created with MrDocs