Cachemere
Modular Caching Library for C++
Public Types | List of all members
cachemere::policy::bind< Policy, Args > Struct Template Reference

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... >
 

Detailed Description

template<template< typename... > class Policy, typename... Args>
struct cachemere::policy::bind< Policy, Args >

Binds a Policy<K, KH, V, Args...> template to a Policy<K, KH, V> template to be used with the cache.


The documentation for this struct was generated from the following file: