indigoX
|
Type for specifying that a graph is undirected. More...
#include <indigox/graph/base_graph.hpp>
Public Types | |
using | is_directed_t = boost::undirectedS |
Underlying boost type of an undirected graph. More... | |
Static Public Attributes | |
static constexpr bool | is_directed = false |
Boolean that the type is not directed. More... | |
Type for specifying that a graph is undirected.
using is_directed_t = boost::undirectedS |
Underlying boost type of an undirected graph.
|
static |
Boolean that the type is not directed.