docs(ecs): add some docs
This commit is contained in:
parent
9267214300
commit
8b98768539
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ public:
|
||||||
return m_dense.emplace_back(identifier, std::move(value));
|
return m_dense.emplace_back(identifier, std::move(value));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @warn invalidates begin/end iterators
|
||||||
|
*
|
||||||
|
* @todo(Light): make it not invalidate the iterators >:c
|
||||||
|
*/
|
||||||
void remove(Identifier_T identifier) override
|
void remove(Identifier_T identifier) override
|
||||||
{
|
{
|
||||||
auto &idx = m_sparse[identifier];
|
auto &idx = m_sparse[identifier];
|
||||||
|
|
Loading…
Add table
Reference in a new issue