Clementine
Static Public Member Functions | List of all members
entt::basic_dynamic_associative_container< Container > Struct Template Reference

Basic STL-compatible dynamic associative container traits. More...

#include <entt.hpp>

Static Public Member Functions

static bool erase ([[maybe_unused]] Container &cont, [[maybe_unused]] const typename Container::key_type &key)
 Removes the specified element from the given container. More...
 

Detailed Description

template<typename Container>
struct entt::basic_dynamic_associative_container< Container >

Basic STL-compatible dynamic associative container traits.

Template Parameters
ContainerThe type of the container.

Member Function Documentation

◆ erase()

template<typename Container >
static bool entt::basic_dynamic_associative_container< Container >::erase ( [[maybe_unused] ] Container &  cont,
[[maybe_unused] ] const typename Container::key_type &  key 
)
inlinestatic

Removes the specified element from the given container.

Parameters
contThe container from which to remove the element.
keyThe element to remove.
Returns
A bool denoting whether the removal took place.

The documentation for this struct was generated from the following file: