#include <dynamic_storage.h>
|
| template<typename T > |
| void | set (const Key &k, const T &value) |
| |
| bool | remove (const Key &k) |
| |
| template<typename T > |
| T | get (const Key &k) const |
| |
| bool | has (const Key &k) const |
| |
| std::size_t | size () const |
| |
| void | clear () |
| |
template<typename Key>
class stdext::dynamic_storage< Key >
Definition at line 33 of file dynamic_storage.h.
◆ clear()
◆ get()
template<typename Key >
template<typename T >
◆ has()
◆ remove()
◆ set()
template<typename Key >
template<typename T >
◆ size()
The documentation for this class was generated from the following file: