Format this object to the specified output stream.

Synopsis

Declared in <balber_berencoderoptions.h>

std::ostream&
print(
    std::ostream& stream,
    int level = 0,
    int spacesPerLevel = 4) const;

Return Value

reference to stream

Parameters

Name

Description

stream

output stream

level

indentation level

spacesPerLevel

spaces per indentation level

Created with MrDocs