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