#include "container.hpp" void Container::add(BaseObjectType type, const Ptr &wrapper) noexcept { _bindings.insert({type, wrapper}); }