Cachemere
Modular Caching Library for C++
|
Binds a Policy<K, KH, V, Args...>
template to a Policy<K, KH, V>
template to be used with the cache.
More...
#include <bind.h>
Public Types | |
template<typename K , typename KH , typename V > | |
using | ttype = Policy< K, KH, V, Args... > |
Binds a Policy<K, KH, V, Args...>
template to a Policy<K, KH, V>
template to be used with the cache.