|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| GeneratorBase (GeneratorBase &&other) | |
| GeneratorBase & | operator= (GeneratorBase &&other) |
| std::optional< T > | next () |
Protected Member Functions | |
| GeneratorBase (std::coroutine_handle<> h, promise_state< T > &state) | |
| void | swap (GeneratorBase &other) |
Protected Attributes | |
| std::coroutine_handle | h {} |
| link< T > | active {} |
Friends | |
| template<typename, typename> | |
| struct | Generator |
| template<typename, typename> | |
| struct | promise |