template<typename T, typename
S>
class FrameCPP::Common::IStream::Resizer< T, S >
Manipulator class for input streams.
This manipulator class allows for the dynamic resizing of classes that define a resize method.
typedef
resizer;
nColumn_type nColumn;
nRow_type nRow;
column_name_container_type columnName;
Stream >> nColumn
>> nRow
>> resizer( columnName, nColumn )
>> columnName
>> column
;
Manipulator class for input streams.
Definition IOStream.hh:267
In the example given above, columnName is an array of strings that needs to be resized after the number of columns (nColumn) is known.