MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::Handle Struct Reference

Handle to an item in the list. More...

#include <gen_list.hpp>

Public Attributes

size_t index
 
size_t generation
 

Detailed Description

Handle to an item in the list.

Definition at line 36 of file gen_list.hpp.

Member Data Documentation

◆ generation

size_t mtcore::Handle::generation

Definition at line 38 of file gen_list.hpp.

◆ index

size_t mtcore::Handle::index

Definition at line 37 of file gen_list.hpp.


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