|
cgrapht 1.0.0
A modern C++20 header-only graph library
|
Concept for types hashable by std::hash. More...
#include <commons.hpp>
Concept for types hashable by std::hash.
This concept is used in the graph definition to ake sure that all vertex and edge types are actually hashable. Hashability is at the core of the design of this library.
| T | Candidate type. |
Definition at line 21 of file commons.hpp.