ユーティリティー関数

次の表は、このテンプレート・クラスのメンバーの詳細な情報を提供します。
メンバー 説明
template <typename Container>  flattened2d<Container> flatten2d(const Container &c, const typename Container::const_iterator b, const typename Container::const_iterator e)

戻り値: コンテナー c の半開区間 [b, e) 内のコンテナー内の要素を走査するイテレーターを提供する flattened2d を作成して返します。

template <typename Container> flattened2d( const Container &c )

戻り値: コンテナー c 内のすべてのコンテナーの要素を走査するイテレーターを提供する flattened2d を作成して返します。