C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::graph::edge_plurality Struct Reference

#include <tpf_graph.hpp>

Static Public Attributes

static constexpr int single_edged = 0
 
static constexpr int plural_edged = 1
 
static constexpr int weighted_edge = 1
 

Detailed Description

Definition at line 64 of file tpf_graph.hpp.

Member Data Documentation

◆ plural_edged

constexpr int tpf::graph::edge_plurality::plural_edged = 1
staticconstexpr

Definition at line 67 of file tpf_graph.hpp.

◆ single_edged

constexpr int tpf::graph::edge_plurality::single_edged = 0
staticconstexpr

Definition at line 66 of file tpf_graph.hpp.

◆ weighted_edge

constexpr int tpf::graph::edge_plurality::weighted_edge = 1
staticconstexpr

Definition at line 68 of file tpf_graph.hpp.


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