Skip to content
Flecs v4.1
mixin.inl
Go to the documentation of this file.
1/**
2 * @file addons/cpp/mixins/metrics/mixin.inl
3 * @brief Metrics world mixin.
4 */
5
6/** Create a metric.
7 *
8 * @ingroup cpp_addons_metrics
9 * @memberof flecs::world
10 */
11template <typename... Args>
12flecs::metric_builder metric(Args &&... args) const;
Metric builder interface.
Definition builder.hpp:16
flecs::metric_builder metric(Args &&... args) const
Create a metric.