Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私自身のクラスの場合、(std::iterator を使用せずに) イテレータ クラスをゼロから作成する必要があります (これは ContiguousIterator になります)。必要なメンバーとその署名のリストを探しています。標準ライブラリに準拠するためにそのような反復子が提供する必要があるすべての関数がわからないためです。
これらのメンバーとその署名の完全なリストはどこにありますか?