libcoro
1.0
Coroutine support library for C++20
|
◆ iterator_type
template<typename T >
Initial value:
= requires(T v) {
{*v};
{++v};
{v == v};
}
any iterator Definition at line 75 of file future_list.h. |