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>
Definition graph.hpp:8