Epok Engine

EPOK RUNTIME

epok::sequence_update_sources

Function · 1 overload

Function

Performs `sequence update sources` as part of the sequence service module.

Belongs to
epok
Header
sequence_service.hpp
Overloads
1

Declaration

Declaration
inline void sequence_update_sources()

Performs `sequence update sources` as part of the sequence service module.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "sequence_service.hpp"

epok::sequence_update_sources();

Why use it

It provides direct, allocation-conscious access to the sequence service 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/sequence_service.hpp:266

Related members