Epok Engine

EPOK RUNTIME

epok::reset_runtime_services

Function · 1 overload

Function

Resets runtime services as part of the epok module.

Belongs to
epok
Header
epok.hpp
Overloads
1

Declaration

Declaration
void reset_runtime_services()

Resets runtime services as part of the epok module.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "epok.hpp"

epok::reset_runtime_services();

Why use it

It provides direct, allocation-conscious access to the epok module. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/epok.hpp:213

Related members