CatapultServer
v0.5.0.1 (Elephant)
|
An iterable view of the cache. More...
Public Member Functions | |
IterableView (const TSet &set) | |
Creates a view around set. More... | |
auto | begin () const |
Returns a const iterator to the first element of the underlying set. More... | |
auto | end () const |
Returns a const iterator to the element following the last element of the underlying set. More... | |
Private Attributes | |
const TSet & | m_set |
An iterable view of the cache.
|
inlineexplicit |
Creates a view around set.
|
inline |
Returns a const iterator to the first element of the underlying set.
|
inline |
Returns a const iterator to the element following the last element of the underlying set.
|
private |