EnTT 3.13.0
Loading...
Searching...
No Matches
fwd.hpp
1#ifndef ENTT_GRAPH_FWD_HPP
2#define ENTT_GRAPH_FWD_HPP
3
4#include <cstddef>
5#include <memory>
6#include "../core/fwd.hpp"
7
8namespace entt {
9
11struct directed_tag {};
12
15
16template<typename, typename = std::allocator<std::size_t>>
18
19template<typename = std::allocator<id_type>>
20class basic_flow;
21
24
25} // namespace entt
26
27#endif
Basic implementation of a directed adjacency matrix.
Utility class for creating task graphs.
Definition flow.hpp:29
EnTT default namespace.
Definition dense_map.hpp:21
Undirected graph category tag.
Definition fwd.hpp:11
Directed graph category tag.
Definition fwd.hpp:14