NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::ecs::detail::sparse_set< T, typename > Struct Template Reference

Public Member Functions

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
 

Detailed Description

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: