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

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

#include <entt.hpp>

Static Public Member Functions

static bool clear ([[maybe_unused]] Container &cont)
 Clears the content of the given container. More...
 

Detailed Description

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

Basic STL-compatible dynamic container traits.

Template Parameters
ContainerThe type of the container.

Member Function Documentation

◆ clear()

template<typename Container >
static bool entt::basic_dynamic_container< Container >::clear ( [[maybe_unused] ] Container &  cont)
inlinestatic

Clears the content of the given container.

Parameters
contThe container for which to clear the content.
Returns
True in case of success, false otherwise.

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