Graph Cpp
Helper Graph class for C++ with CMake support
Loading...
Searching...
No Matches
AllowedVertType Concept Reference
#include <
graph.hpp
>
Concept definition
template
<
typename
vert_t>
concept
AllowedVertType
=
std::is_arithmetic_v<vert_t> || std::is_same_v<vert_t, std::string>
AllowedVertType
Definition
graph.hpp:8
AllowedVertType
Generated by
1.10.0