co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::view< Args > Member List

This is the complete list of members for co_ecs::view< Args >, including all inherited members.

chunks() -> decltype(auto)co_ecs::view< Args >inline
chunks() const -> decltype(auto)co_ecs::view< Args >inline
each() -> decltype(auto) requires(!is_const)co_ecs::view< Args >inline
each() const -> decltype(auto) requires(is_const)co_ecs::view< Args >inline
each(auto &&func)co_ecs::view< Args >inline
each(auto &&func) constco_ecs::view< Args >inline
par_each(auto &&func)co_ecs::view< Args >inline
par_each(auto &&func) constco_ecs::view< Args >inline
single() -> std::optional< std::tuple< Args... > > requires(!is_const)co_ecs::view< Args >inline
single() const -> std::optional< std::tuple< Args... > > requires(is_const)co_ecs::view< Args >inline
view(registry_type registry) noexceptco_ecs::view< Args >inlineexplicit