|
auto | data () const -> const std::vector< T > & |
|
void | append (T elmnt) |
|
virtual void | remove (T elmnt) |
|
auto | size () const -> std::size_t |
|
auto | contains (T elmnt) const -> bool |
|
auto | index (T elmnt) const -> std::size_t |
|
template<typename T, typename = std::enable_if<std::is_integral_v<T>>>
struct ns::ecs::detail::sparse_set< T, typename >
Definition at line 29 of file Storage.hpp.
The documentation for this struct was generated from the following file: