Set the maxNestedDepth attribute of this object to the specified value.

Synopsis

Declared in <bdljsn_readoptions.h>

ReadOptions&
setMaxNestedDepth(int value);

Description

Set the maxNestedDepth attribute of this object to the specified value and return a non‐`const` reference to this object. The behavior is undefined unless 0 < value.

Return Value

a non‐`const` reference to this object

Parameters

Name

Description

value

new value for maxNestedDepth

Created with MrDocs