Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::row

Constructs an empty row.

row();
  » more...

Copy constructor.

row(
    const row& other);
  » more...

Move constructor.

row(
    row&& other);
  » more...

Constructs a row from a row_view.

row(
    row_view r);
  » more...

PrevUpHomeNext