Skip to content
Flecs v4.1
decl.hpp
Go to the documentation of this file.
1/**
2 * @file addons/cpp/mixins/term/decl.hpp
3 * @brief Term declarations.
4 */
5
6#pragma once
7
8namespace flecs {
9
10/**
11 * @ingroup cpp_core_queries
12 *
13 * @{
14 */
15
16struct term;
17struct term_builder;
18
19/** @} */
20
21}
Class that describes a term.
Definition impl.hpp:16