indigoX
Undirected Struct Reference

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...
 

Detailed Description

Type for specifying that a graph is undirected.

Member Typedef Documentation

◆ is_directed_t

using is_directed_t = boost::undirectedS

Underlying boost type of an undirected graph.

Member Data Documentation

◆ is_directed

constexpr bool is_directed = false
static

Boolean that the type is not directed.


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