completion_future::operator std::shared_future<void> Operator

Implicitly converts the completion_future object to an std::shared_future object.

operator std::shared_future<void>() const;

Return Value

An std::shared_future object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array Class