|
Template Numerical Library version\ main:4e6e2c1
|
Template structure for specifying graph orientation (directed or undirected). More...
#include <TNL/Graphs/GraphOrientation.h>
Static Public Member Functions | |
| static std::string | getSerializationType () |
| Returns a string representation of the graph type for serialization. | |
| static constexpr bool | isDirected () |
| Checks if the graph is directed. | |
Template structure for specifying graph orientation (directed or undirected).
This template serves as the base for defining graph types. It provides compile-time information about whether a graph is directed or undirected through the template parameter.
| Directed | Boolean indicating if the graph is directed (true) or undirected (false). |
|
inlinestaticnodiscard |
Returns a string representation of the graph type for serialization.
|
inlinestaticnodiscardconstexpr |
Checks if the graph is directed.