#include <userver/utils/slot_map.hpp>
Result of an emplace or insert call.
Definition at line 92 of file slot_map.hpp.
Public Attributes | |
| T & | element |
| Reference to the newly inserted element. | |
| std::size_t | index |
| Stable index of the newly inserted element. | |
| T& utils::SlotMap< T, Container >::InsertionResult::element |
Reference to the newly inserted element.
Definition at line 93 of file slot_map.hpp.
| std::size_t utils::SlotMap< T, Container >::InsertionResult::index |
Stable index of the newly inserted element.
Definition at line 94 of file slot_map.hpp.