[#RPCResult-ToSections] = xref:RPCResult.adoc[RPCResult]::ToSections :relfileprefix: ../ :mrdocs: Append the sections of the result. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ToSections( xref:Sections.adoc[Sections]& sections, xref:OuterType.adoc[OuterType] outer_type = OuterType::NONE, int current_indent = 0) const; ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#