DiGraphX
  1. Pages
    1. About
  2. Namespaces
  1. Classes
  2. Files

#include <cppcoro/generator.hpp>
template<typename T>
cppcoro::generator class

Contents

  • Reference
    • Public types
    • Constructors, destructors, conversion operators
    • Public functions

Public types

using promise_type = detail::generator_promise<T>
using iterator = detail::generator_iterator<T>

Constructors, destructors, conversion operators

generator() noexcept
generator(generator&& other) noexcept
generator(const generator& other) deleted
~generator()

Public functions

auto operator=(generator other) -> generator& noexcept
auto begin() -> iterator
auto end() -> detail::generator_sentinel noexcept
void swap(generator& other) noexcept
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    DiGraphX. Created with Doxygen 1.10.0 and m.css.