32 #include "api_compute.h"
40 class ComputeEvent_Impl;
61 void throw_if_null()
const;
75 std::shared_ptr<ComputeEvent_Impl> impl;
78 friend class ComputeCommandQueue_Impl;
Compute command queue.
Definition: compute_command_queue.h:50
Compute event object.
Definition: compute_event.h:43
bool is_null() const
Returns true if this object is invalid.
Definition: compute_event.h:58