Function yieldValue

Yield a value to the caller of the currently executing generator task. The type of the yielded value and the type of the generator must be the same.

Prototype

void yieldValue(T)(
  auto ref T value
);

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0