completion_future::completion_future Constructor

Initializes a new instance of the completion_future class.

completion_future();

completion_future(
   const completion_future& _Other
);

completion_future(
   completion_future&& _Other
);

Parameters

  • _Other
    The completion_future object to copy or move.

Overloads List

Name

Description

completion_future();

Initializes a new instance of the completion_future Class

completion_future(const completion_future& _Other);

Initializes a new instance of the completion_future class by copying a constructor.

completion_future(completion_future&& _Other);

Initializes a new instance of the completion_future class by moving a constructor.

Requirements

Header: amprt.h

Namespace: concurrency

See Also

Reference

completion_future Class