Epok Engine

EPOK RUNTIME

epok::streaming_lookup

Function · 1 overload

Function

Performs `streaming lookup` as part of bounded CD or PC geometry-page streaming.

Belongs to
epok
Header
streaming.hpp
Overloads
1

Declaration

Declaration
inline void streaming_lookup()

Performs `streaming lookup` as part of bounded CD or PC geometry-page streaming.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "streaming.hpp"

epok::streaming_lookup();

Why use it

It provides direct, allocation-conscious access to bounded CD or PC geometry-page streaming. 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/streaming.hpp:58

Related members