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

Method capacity

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

Returns the total capacity of the cache.

Source from the content-addressed store, hash-verified

72
73 /// Returns the total capacity of the cache.
74 size_t capacity() const
75 {
76 return m_cache.capacity();
77 }
78
79 /// Clears the program cache.
80 void clear()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected