Append the sections of the result.

Synopsis

Declared in <rpc/util.h>

void
ToSections(
    Sections& sections,
    OuterType outer_type = OuterType::NONE,
    int current_indent = 0) const;

Parameters

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.

Created with MrDocs