Structs§
- A structure used to create a
Stadium. This function can be created using thestadium::builderfunction. - A safe handle to a specific object stored in a specific
Stadium. This handle can be optained from theBuilder::insertfunction. - Stores information about a
T. - A handle to a
Tthat does not own aT. This handle dos not remember what stadium created it. - A chunk of allocated memory that stores a bunch of values of different types.
Functions§
- Creates a new
Builder.