|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include <stdexcept>#include <string>Go to the source code of this file.
Macros | |
| #define | GL_ASSERT(EXPR, ERROR_MSG) |
| Custom assert that supports attaching a message. More... | |
| #define GL_ASSERT | ( | EXPR, | |
| ERROR_MSG | |||
| ) |
Custom assert that supports attaching a message.
| EXPR | If this evaluates to false, the assertion is triggered. |
| ERROR_MSG | String that will contain info on the error. |