Documentation of CSL
Public Types | Public Member Functions
csl::linear_map< Key, Value > Class Template Reference

Public Types

using iterator = typename std::vector< std::pair< Key, Value > >::iterator
 
using const_iterator = typename std::vector< std::pair< Key, Value > >::const_iterator
 

Public Member Functions

auto size () const
 
bool empty () const
 
auto begin ()
 
auto begin () const
 
auto end ()
 
auto end () const
 
auto cbegin () const
 
auto cend () const
 
iterator erase (iterator iter)
 
iterator find (Key const &value)
 
const_iterator find (Key const &value) const
 
Value & operator[] (Key const &key)
 

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