|
FEAT 3
Finite Element Analysis Toolbox
|
Return type for SlotMapIterator.
More...
#include <slotmap.hpp>
Public Member Functions | |
| KeyValuePair (V &v, Key k) | |
Public Attributes | |
| Key | key |
| V & | value |
Return type for SlotMapIterator.
Contains a reference to data stored in the SlotMap and the corresponding key.
Definition at line 47 of file slotmap.hpp.
|
inline |
Definition at line 49 of file slotmap.hpp.
| Key FEAT::Util::KeyValuePair< V, Key >::key |
Definition at line 54 of file slotmap.hpp.
| V& FEAT::Util::KeyValuePair< V, Key >::value |
Definition at line 53 of file slotmap.hpp.