NuriKit v0.1.0b2
Loading...
Searching...
No Matches
traits.h
Go to the documentation of this file.
1//
2// Project NuriKit - Copyright 2025 SNU Compbio Lab.
3// SPDX-License-Identifier: Apache-2.0
4//
5
6#ifndef NURI_CORE_GRAPH_TRAITS_H_
7#define NURI_CORE_GRAPH_TRAITS_H_
8
9namespace nuri {
10namespace internal {
11 template <class GT>
12 struct GraphTraits;
13}
14} // namespace nuri
15
16#endif /* NURI_CORE_GRAPH_TRAITS_H_ */
Definition crdgen.h:16