Graph Cpp
Helper Graph class for C++ with CMake support
Loading...
Searching...
No Matches
AllowedWeightType Concept Reference
#include <
graph.hpp
>
Concept definition
template
<
typename
weight_t>
concept
AllowedWeightType
= std::is_arithmetic_v<weight_t>
AllowedWeightType
Definition
graph.hpp:12
AllowedWeightType
Generated by
1.10.0