安全性
これらの操作は、同じ flattened2d で同時に呼び出してはなりません。
| メンバー | 説明 |
|---|---|
| flattened2d( const Container& c ) |
外部コンテナー c に含まれる内部コンテナーの要素のシーケンスを表す flattened2d を作成します。 |
| flattened2d( const Container& c, typename Container::const_iterator first, typename Container::const_iterator last ) |
コンテナー c の半開区間 [first, last) の内部コンテナーの要素のシーケンスを表す flattened2d を作成します。 |