entity
Entity/Component System for C++
entity::functional::is_end Struct Reference

Description

Definition at line 90 of file window.hpp.

Public Member Functions

template<typename ComponentPoolWindow >
bool operator() (ComponentPoolWindow const &view) const
 

Member Function Documentation

template<typename ComponentPoolWindow >
bool entity::functional::is_end::operator() ( ComponentPoolWindow const &  view) const

Definition at line 93 of file window.hpp.

94  {
95  return view.is_end();
96  }