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()

Because DIP1008 doesn't do what it should yet

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