Returns \c true if the command queue is different from \p other.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected