|
EnTT
3.8.1
|
Basic STL-compatible dynamic container traits. More...
#include <container.hpp>
Static Public Member Functions | |
| static bool | clear ([[maybe_unused]] Container &cont) |
| Clears the content of the given container. More... | |
Basic STL-compatible dynamic container traits.
| Container | The type of the container. |
Definition at line 115 of file container.hpp.
|
inlinestatic |
Clears the content of the given container.
| cont | The container for which to clear the content. |
Definition at line 121 of file container.hpp.