wrapColumn overloads

Synopses

Declared in <balxml_formatter_prettyimpl.h>

Return a reference providing modifiable access to the wrapColumn attribute of this object.

int&
wrapColumn();

Return a reference providing non‐modifiable access to the wrapColumn attribute of this object.

int const&
wrapColumn() const;

Return Value

  • a reference providing modifiable access to the wrapColumn attribute

  • a reference providing non‐modifiable access to the wrapColumn attribute

Created with MrDocs