bitleveld v0.1.0 (2020-10-10T22:22:50Z)
Dub
Repo
ReinterpretException
bitleveld
reinterpret
Thrown on a reinterpretation error.
class
ReinterpretException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
bitleveld
reinterpret
classes
ReinterpretException
functions
reinterpretAsArray
reinterpretCast
reinterpretGet
Thrown on a reinterpretation error.