DG-CPP 0.1.0
Directed Graph in C++
|
#include <edge.hpp>
Public Member Functions | |
Edge ()=default | |
Public Attributes | |
const void * | data = nullptr |
Static Public Attributes | |
static constexpr bool | HAS_DATA = false |
|
default |
const void* dg::Edge< void >::data = nullptr |
no data actually
|
inlinestaticconstexpr |
Indicating there is no data member.