Return the type string of the argument when it is in an object (dict). Set oneline to get the oneline representation (less whitespace)

Synopsis

Declared in <rpc/util.h>

std::string
ToStringObj(bool oneline) const;

Return Value

The type string of the argument as an object member.

Parameters

Name

Description

oneline

If true, return the compact one‐line representation.

Created with MrDocs