libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::cache::threading< Key, Val, Comp, Alloc > Struct Template Reference

Adaptors for the single & multi-threading traits. More...

#include <cache.hpp>

Classes

struct  multi
 The multi-threaded trait. More...
 
struct  single
 The sequential trait. More...
 

Detailed Description

template<typename Key, typename Val, class Comp = std::less<Key>, class Alloc = std::allocator<Val>>
struct jmmcg::LIBJMMCG_VER_NAMESPACE::cache::threading< Key, Val, Comp, Alloc >

Adaptors for the single & multi-threading traits.

Definition at line 46 of file cache.hpp.


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