| 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; |