Loading...
Searching...
No Matches
State::PrettyPrintOptions Struct Reference

Layout knobs for prettyPrintValue. More...

Detailed Description

Layout knobs for prettyPrintValue.

Public Attributes

int indent {2}
 Spaces added per nesting level.
 
int maxInlineElements {16}
 
int elementsPerLine {8}
 Elements per line when wrapping a long container of scalars.
 

Member Data Documentation

◆ maxInlineElements

int State::PrettyPrintOptions::maxInlineElements {16}

A container whose elements are all scalars is kept on one line up to this many elements; past it, it is wrapped elementsPerLine per line.


The documentation for this struct was generated from the following file: