Next: , Previous: row_block Derivation, Up: The row_block class



3.8.2 Constructors

— Constructor: row_block::row_block (const vector<change>& c);

This creates a block of rows using the changes in c, starting from rounds.

— Constructor: row_block::row_block (const vector<change>& c, const row& r);

This creates a block of rows using the changes in c, starting from the row given in r.