![]() |
Zen C++ Libraries
Zero-dependency re-usable components for C++
|
Public Member Functions | |
| void | emplace (const KeyT &key, const ValueT &value) |
| size_type | size () |
| bool | empty () const noexcept |
| ValueT & | operator[] (const KeyT &key) |
| const ValueT & | operator[] (const KeyT &key) const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |