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

Method operator!=

include/boost/compute/program.hpp:356–359  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

354
355 /// Returns \c true if the program is different from \p other.
356 bool operator!=(const program &other) const
357 {
358 return m_program != other.m_program;
359 }
360
361 /// \internal_
362 operator cl_program() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected