STL-compatible dynamic associative key-only container traits.
More...
#include <entt.hpp>
|
static bool | insert ([[maybe_unused]] Container &cont, [[maybe_unused]] const typename Container::key_type &key) |
| Inserts an element into the given container. More...
|
|
template<typename Container>
struct entt::dynamic_associative_key_only_container< Container >
STL-compatible dynamic associative key-only container traits.
- Template Parameters
-
Container | The type of the container. |
◆ insert()
template<typename Container >
Inserts an element into the given container.
- Parameters
-
cont | The container in which to insert the element. |
key | The element to insert. |
- Returns
- A bool denoting whether the insertion took place.
The documentation for this struct was generated from the following file: