nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
storage.hpp File Reference

Public storage selector aliases for advanced graph configuration. More...

#include <boost/graph/adjacency_list.hpp>
Include dependency graph for storage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using nxpp::storage::Vec = boost::vecS
 Default dense selector used by nxpp graph aliases.
 
using nxpp::storage::List = boost::listS
 Stable descriptors with slower index-oriented lookup.
 
using nxpp::storage::Set = boost::setS
 Unique out-edges only; incompatible with Multi=true.
 

Detailed Description

Public storage selector aliases for advanced graph configuration.