A boost graph map that returns a constant integer value. More...
#include <tree_augmentation.hpp>
Public Types | |
using | category = boost::readable_property_map_tag |
using | value_type = int |
using | reference = int |
using | key_type = KeyType |
Public Member Functions | |
reference | operator[] (KeyType e) const |
A boost graph map that returns a constant integer value.
Definition at line 83 of file tree_augmentation.hpp.