MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / operator|

Function operator|

include/openpose_private/gpu/cl2.hpp:6610–6613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6608};
6609
6610inline QueueProperties operator|(QueueProperties lhs, QueueProperties rhs)
6611{
6612 return static_cast<QueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs));
6613}
6614
6615/*! \class CommandQueue
6616 * \brief CommandQueue interface for cl_command_queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected