Concept definition.
More...
#include <entt.hpp>
template<typename Entity>
template<typename Base>
struct entt::Storage< Entity >::type< Base >
Concept definition.
- Template Parameters
-
Base | Opaque base class from which to inherit. |
◆ remove()
template<typename Entity >
template<typename Base >
Removes entities from a storage.
- Parameters
-
owner | The registry that issued the request. |
first | An iterator to the first element of the range of entities. |
last | An iterator past the last element of the range of entities. |
◆ value_type()
template<typename Entity >
template<typename Base >
Returns a type info for the contained objects.
- Returns
- The type info for the contained objects.
The documentation for this struct was generated from the following file: