1#ifndef ENTT_GRAPH_FWD_HPP
2#define ENTT_GRAPH_FWD_HPP
4#include "../core/fwd.hpp"
5#include "../stl/concepts.hpp"
6#include "../stl/cstddef.hpp"
7#include "../stl/memory.hpp"
17template<stl::derived_from<directed_tag>,
typename = stl::allocator<stl::
size_t>>
20template<
typename = stl::allocator<
id_type>>
Basic implementation of a directed adjacency matrix.
Utility class for creating task graphs.
basic_flow<> flow
Alias declaration for the most common use case.
Undirected graph category tag.
Directed graph category tag.