MCPcopy Create free account
hub / github.com/boostorg/compute / operator!=

Method operator!=

include/boost/compute/command_queue.hpp:1799–1802  ·  view source on GitHub ↗

Returns \c true if the command queue is different from \p other.

Source from the content-addressed store, hash-verified

1797
1798 /// Returns \c true if the command queue is different from \p other.
1799 bool operator!=(const command_queue &other) const
1800 {
1801 return m_queue != other.m_queue;
1802 }
1803
1804 /// \internal_
1805 operator cl_command_queue() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected