3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/brstd/flat_map.h"
10class ComponentStorage {
19 ComponentStorage& operator=(ComponentStorage
const&);
20 ComponentStorage(ComponentStorage
const&);
Definition ComponentStorage.h:10
MCAPI::cereal::ComponentStorage & operator=(::cereal::ComponentStorage &&)
MCAPI bool hasComponent(::std::string_view name) const
MCAPI bool removeComponent(::std::string_view name)
MCAPI::entt::meta_any getComponent(::std::string_view name)
MCAPI bool operator==(::cereal::ComponentStorage const &other) const