indigoX
Directed Struct Reference

Type for specifying that a graph is directed. More...

#include <indigox/graph/base_graph.hpp>

Public Types

using is_directed_t = boost::bidirectionalS
 Underlying boost type of a directed graph. More...
 

Static Public Attributes

static constexpr bool is_directed = true
 Boolean that the type is directed. More...
 

Detailed Description

Type for specifying that a graph is directed.

Member Typedef Documentation

◆ is_directed_t

using is_directed_t = boost::bidirectionalS

Underlying boost type of a directed graph.

Member Data Documentation

◆ is_directed

constexpr bool is_directed = true
static

Boolean that the type is directed.


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