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

Checks if a type provides the core type aliases (data_type, id_type, edge_type). More...

#include <concepts.h>

Concept definition

template<typename G>
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

Detailed Description

Checks if a type provides the core type aliases (data_type, id_type, edge_type).

Template Parameters
GGraph type to check.

Definition at line 135 of file concepts.h.