Horizon
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations | Variables
generator.hpp File Reference
#include <range/v3/detail/config.hpp>
#include <atomic>
#include <cstddef>
#include <exception>
#include <utility>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/box.hpp>
#include <range/v3/utility/semiregular_box.hpp>
#include <range/v3/utility/swap.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/facade.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

class  ranges::experimental::enable_coroutine_owner
 

Typedefs

using ranges::experimental::generator_size_t = std::size_t
 

Enumerations

enum struct  generator_size : generator_size_t { invalid = ~generator_size_t(0) }
 

Variables

template<typename Promise = void>
struct RANGES_EMPTY_BASES ranges::experimental::coroutine_owner