nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
nxpp::lookup_map< Key, Value > Class Template Reference

Public Types

using storage_type = std::map< Key, Value >
 
using iterator = typename storage_type::iterator
 
using const_iterator = typename storage_type::const_iterator
 

Public Member Functions

Value & operator[] (const Key &key)
 
const Value & operator[] (const Key &key) const
 
Value & at (const Key &key)
 
const Value & at (const Key &key) const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 

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