AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
ThreadLocalPolicy< Container > Struct Template Reference

Store cache thread local, requires no locking. 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::ThreadLocalPolicy< Container >

Store cache thread local, requires no locking.


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