column overloads

Synopses

Declared in <balxml_formatter_prettyimpl.h>

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

int&
column();

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

int const&
column() const;

Return Value

  • a reference providing modifiable access to the column attribute

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

Created with MrDocs