GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
gl_base.hpp File Reference
#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
 

Macro Definition Documentation

#define GL_INF (   ValueType)    std::numeric_limits<ValueType>::max()