MCPcopy Create free account
hub / github.com/boostorg/compute / clear

Method clear

include/boost/compute/utility/program_cache.hpp:80–83  ·  view source on GitHub ↗

Clears the program cache.

Source from the content-addressed store, hash-verified

78
79 /// Clears the program cache.
80 void clear()
81 {
82 m_cache.clear();
83 }
84
85 /// Returns the program object with \p key. Returns a null optional if no
86 /// program with \p key exists in the cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected