One node in the splay tree contains pointers to children and the templated (key, value) pair.
More...
|
| node (const Key &new_key, const Value &new_value) |
| Constructs a new leaf node with the given key and value pair. More...
|
|
template<class Key, class Value>
struct meta::caching::splay_cache< Key, Value >::node
One node in the splay tree contains pointers to children and the templated (key, value) pair.
template<class Key , class Value >
Constructs a new leaf node with the given key and value pair.
- Parameters
-
new_key | The desired key |
new_value | The desired value |
The documentation for this struct was generated from the following file: