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