DG-CPP 0.1.0
Directed Graph in C++
dg::Edge< void > Struct Reference

#include <edge.hpp>

Public Member Functions

 Edge ()=default
 

Public Attributes

const void * data = nullptr
 

Static Public Attributes

static constexpr bool HAS_DATA = false
 

Constructor & Destructor Documentation

◆ Edge()

dg::Edge< void >::Edge ( )
default

Member Data Documentation

◆ data

const void* dg::Edge< void >::data = nullptr

no data actually

◆ HAS_DATA

constexpr bool dg::Edge< void >::HAS_DATA = false
inlinestaticconstexpr

Indicating there is no data member.


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