entity
Entity/Component System for C++
for_each.hpp File Reference

Go to the source code of this file.

Namespaces

 entity
 

Functions

template<typename EntityList , typename ComponentPoolTuple , typename Fn >
void entity::for_each (EntityList const &entities, ComponentPoolTuple &&p, iterator_traits::is_incremental_tag, Fn f)
 
template<typename EntityList , typename ComponentPoolTuple , typename Fn >
void entity::for_each (EntityList const &entities, ComponentPoolTuple &&p, iterator_traits::is_skipping_tag, Fn f)
 
template<typename EntityList , typename ComponentPoolTuple , typename Fn >
void entity::for_each (EntityList const &entities, ComponentPoolTuple &&p, Fn f)