Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
seq_map< KeyT, ValueT > Class Template Reference

Public Types

using value_type = std::pair<KeyT, ValueT>
using reference = value_type&
using size_type = std::size_t
using iterator = typename std::list<value_type>::iterator
using const_iterator = typename std::list<value_type>::const_iterator

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

The documentation for this class was generated from the following file: