Epok Engine

EPOK RUNTIME

epok::instrument::synth::Error

Enum

Enum

Enum declared by the instrument-synth module for the instrument synth module.

Namespace
epok::instrument::synth
Header
instrument_synth.hpp
Include
#include "instrument_synth.hpp"
Module
instrument-synth
Source
runtime/instrument_synth.hpp:33

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_synth.hpp"

auto value = epok::instrument::synth::Error::ArithmeticOverflow;

Values