iterator(iterator&& other) noexcept;
概要
ジェネレータコルーチンのイテレータをムーブ構築する。
ジェネレータコルーチンの有効なイテレータはgenerator::begin()
によって構築される。
効果
説明用メンバcoroutine_
をexchange(other.coroutine_, {})
で初期化する。
例外
投げない
バージョン
言語
- C++23
処理系
- Clang:
- GCC:
- ICC:
- Visual C++:
iterator(iterator&& other) noexcept;
ジェネレータコルーチンのイテレータをムーブ構築する。
ジェネレータコルーチンの有効なイテレータはgenerator::begin()
によって構築される。
説明用メンバcoroutine_
をexchange(other.coroutine_, {})
で初期化する。
投げない