AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
StaticLockedPolicy< Container > Struct Template Reference

Stores cache global static, requires locking on write access. More...

#include <ConcurrentCache.hpp>

Public Types

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

Static Public Member Functions

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

Detailed Description

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

Stores cache global static, requires locking on write access.


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