Template Class CacheStorageWith3Args¶
- Defined in File CacheTools.h
Class Documentation¶
- 
template <typename Q1, typename Q2, typename Q3, typename V>
 classCacheStorageWith3Args¶
- Public Functions - 
CacheStorageWith3Args()¶
 - 
~CacheStorageWith3Args()¶
 - 
CacheStorageWith3Args(CacheStorageWith3Args &&other)¶
 - 
CacheStorageWith3Args &operator=(CacheStorageWith3Args &&other)¶
 - 
CacheStorageWith3Args(const CacheStorageWith3Args &other)¶
 - 
CacheStorageWith3Args &operator=(const CacheStorageWith3Args &other)¶
 - 
void setFunction(std::function<V(Q1, Q2, Q3)> f_)¶
 - 
V getValue(Q1 q1, Q2 q2, Q3 q3)¶
 
-