FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Util::SlotMapKey Struct Reference

Default key type for SlotMap. More...

#include <slotmap.hpp>

Public Member Functions

 SlotMapKey (std::uint32_t i, std::uint32_t g)
 

Public Attributes

std::uint32_t generation
 
std::uint32_t index
 

Detailed Description

Default key type for SlotMap.

This is the default key type handed out by the SlotMap implementation. See the SlotMap documentation for more details.

Author
Markus Muegge

Definition at line 26 of file slotmap.hpp.

Constructor & Destructor Documentation

◆ SlotMapKey() [1/2]

FEAT::Util::SlotMapKey::SlotMapKey ( )
inline

Definition at line 28 of file slotmap.hpp.

◆ SlotMapKey() [2/2]

FEAT::Util::SlotMapKey::SlotMapKey ( std::uint32_t  i,
std::uint32_t  g 
)
inline

Definition at line 31 of file slotmap.hpp.

Member Data Documentation

◆ generation

std::uint32_t FEAT::Util::SlotMapKey::generation

Definition at line 36 of file slotmap.hpp.

◆ index

std::uint32_t FEAT::Util::SlotMapKey::index

Definition at line 35 of file slotmap.hpp.


The documentation for this struct was generated from the following file: