nogc v0.3.1 (2019-03-22T12:12:05Z)
Dub
Repo
NoGcExceptionImpl.this
nogc
exception
NoGcExceptionImpl
Undocumented in source.
this
(Args args, string file, size_t line)
class
NoGcExceptionImpl
(A)
this
(
Args
...
)
(
auto
ref
Args
args
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
if
(
isGlobal
!
Allocator
&&
!
anySatisfy
!(
isDummy
,
Args
)
)
this
(Allocator allocator, Args args, string file, size_t line)
this
(Dummy _, string file, size_t line, Args args)
Examples
static
const
exception
=
new
NoGcException
();
Meta
Source
See Implementation
nogc
exception
NoGcExceptionImpl
aliases
Allocator
constructors
this
enums
isDummy
functions
free
static functions
throw_
structs
Dummy