GraphLib
Bearbeitung der Aufgabe Mini Graph Library für OOP WiSe 2023/24
Loading...
Searching...
No Matches
GraphLib::Internal::valid_weighted_graph_type Concept Reference

Checks if a type derives from WeightedGraph. More...

#include <concepts.h>

Concept definition

template<typename G>
std::derived_from<G, WeightedGraph<typename G::data_type, typename G::id_type, typename G::edge_type>>
Checks if a type provides the core type aliases (data_type, id_type, edge_type).
Definition concepts.h:135
Checks if a type derives from WeightedGraph.
Definition concepts.h:179

Detailed Description

Checks if a type derives from WeightedGraph.

Template Parameters
GGraph type.

Definition at line 179 of file concepts.h.