NoGcExceptionImpl

Undocumented in source.

Constructors

this
this(Args args, string file, size_t line)
Undocumented in source.
this
this(Allocator allocator, Args args, string file, size_t line)
Undocumented in source.
this
this(Dummy _, string file, size_t line, Args args)
Undocumented in source.

Members

Aliases

Allocator
alias Allocator = A
Undocumented in source.

Enums

isDummy
eponymoustemplate isDummy(T)
Undocumented in source.

Functions

free
void free()

Manually free the msg

msg
auto msg()

We can't let client code access Exception.msg since it's not scoped with DIP1000.

Static functions

throw_
void throw_(File file, Line line, Args args)

Throws a new NoGcException allowing to adjust the file name and line number

Structs

Dummy
struct Dummy
Undocumented in source.

Meta