MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / AttributeManager

Method AttributeManager

src/geode/basic/attribute_manager.cpp:402–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401 AttributeManager::AttributeManager() = default;
402 AttributeManager::AttributeManager(
403 AttributeManager &&other ) noexcept = default;
404 AttributeManager &AttributeManager::operator=(
405 AttributeManager &&other ) noexcept = default;
406 AttributeManager::~AttributeManager() = default;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected