Basic STL-compatible dynamic associative container traits.
More...
#include <entt.hpp>
|
static bool | erase ([[maybe_unused]] Container &cont, [[maybe_unused]] const typename Container::key_type &key) |
| Removes the specified element from the given container. More...
|
|
template<typename Container>
struct entt::basic_dynamic_associative_container< Container >
Basic STL-compatible dynamic associative container traits.
- Template Parameters
-
Container | The type of the container. |
◆ erase()
template<typename Container >
Removes the specified element from the given container.
- Parameters
-
cont | The container from which to remove the element. |
key | The element to remove. |
- Returns
- A bool denoting whether the removal took place.
The documentation for this struct was generated from the following file: