Epok Engine

EPOK RUNTIME

epok::instrument::allocation::Slot

Struct

Struct

Struct declared by the instrument-allocator module for the instrument allocator module.

Namespace
epok::instrument::allocation
Header
instrument_allocator.hpp
Include
#include "instrument_allocator.hpp"
Module
instrument-allocator
Source
runtime/instrument_allocator.hpp:7

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "instrument_allocator.hpp"

epok::instrument::allocation::Slot& value = /* obtain a valid instance from your game */;

Fields and constants