Append the sections of the result.
Declared in <rpc/util.h>
void
ToSections(
Sections& sections,
OuterType outer_type = OuterType::NONE,
int current_indent = 0) const;
| Name | Description |
|---|---|
| sections | The section accumulator to append to. |
| outer_type | The type of the enclosing array or object. |
| current_indent | The current indentation level. |