Basic STL-compatible dynamic container traits.
More...
#include <entt.hpp>
|
static bool | clear ([[maybe_unused]] Container &cont) |
| Clears the content of the given container. More...
|
|
template<typename Container>
struct entt::basic_dynamic_container< Container >
Basic STL-compatible dynamic container traits.
- Template Parameters
-
Container | The type of the container. |
◆ clear()
template<typename Container >
Clears the content of the given container.
- Parameters
-
cont | The 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: