AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
ConsecutivePolicy< Container > Struct Template Reference

Store cache in instance. More...

#include <ConcurrentCache.hpp>

Public Types

using key_type = typename Container::key_type
 
using data_type = typename Container::mapped_type
 
using container_type = Container
 

Public Member Functions

template<class F , class... Args>
data_type const & get_or_init (key_type const &key, F &&f, Args &&... args) const
 

Detailed Description

template<class Container>
struct AMDiS::ConsecutivePolicy< Container >

Store cache in instance.


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