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

STL-compatible dynamic associative key-only container traits. More...

#include <entt.hpp>

Static Public Member Functions

static bool insert ([[maybe_unused]] Container &cont, [[maybe_unused]] const typename Container::key_type &key)
 Inserts an element into the given container. More...
 

Detailed Description

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

STL-compatible dynamic associative key-only container traits.

Template Parameters
ContainerThe type of the container.

Member Function Documentation

◆ insert()

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

Inserts an element into the given container.

Parameters
contThe container in which to insert the element.
keyThe element to insert.
Returns
A bool denoting whether the insertion took place.

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