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

Method operator==

include/boost/compute/program.hpp:350–353  ·  view source on GitHub ↗

Returns \c true if the program is the same at \p other.

Source from the content-addressed store, hash-verified

348
349 /// Returns \c true if the program is the same at \p other.
350 bool operator==(const program &other) const
351 {
352 return m_program == other.m_program;
353 }
354
355 /// Returns \c true if the program is different from \p other.
356 bool operator!=(const program &other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected