CatapultServer
v0.5.0.1 (Elephant)
|
A mixin for adding iteration support to a cache. More...
Classes | |
struct | IterableView |
An iterable view of the cache. More... | |
Public Member Functions | |
IterationMixin (const TSet &set) | |
Creates a mixin around set. More... | |
auto | tryMakeIterableView () const |
Private Attributes | |
const TSet & | m_set |
A mixin for adding iteration support to a cache.
|
inlineexplicit |
Creates a mixin around set.
|
inline |
Creates an iterable view of the cache.
nullptr
will be returned if the cache does not support iteration.
|
private |