|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include <limits>#include <cstdint>Go to the source code of this file.
Namespaces | |
| gl | |
Macros | |
| #define | GL_INF(ValueType) std::numeric_limits<ValueType>::max() |
Typedefs | |
| using | gl::index_type = std::size_t |
| #define GL_INF | ( | ValueType | ) | std::numeric_limits<ValueType>::max() |