Row.display

Displays this row to the specified output, terminated with a newline.

class Row
void
display

Parameters

output Output

output to send cell to

column_widths size_t[]

display width of cells

content_buf mstring

string buffer to use for formatting cell contents

spacing_buf mstring

string buffer to use for formatting spacing to the left of the cells' contents

Meta