18#ifndef _GRIDREFMANAGER
19#define _GRIDREFMANAGER
31template <
typename ObjectType>
39 object->AddToGrid(container);
45 object->RemoveFromGrid();
static std::size_t Size(Container const &container)
static bool Insert(Container &container, ValueType object)
static bool Remove(Container &, ValueType object)