Function table_count
Synopsis
#include <include/flecs/cpp/column.hpp>
int32_t table_count() const
Description
Obtain the total number of tables the iterator will iterate over.
Mentioned in
- Manual / Systems and tables
Source
Lines 439-441 in include/flecs/cpp/column.hpp.
int32_t table_count() const {
return m_iter->table_count;
}