nogc v0.3.1 (2019-03-22T12:12:05Z)
Dub
Repo
NoGcExceptionCtors.this
nogc
exception
NoGcExceptionCtors
Undocumented in source.
this
(Args args, string file, size_t line)
this
(Allocator allocator, Args args, string file, size_t line)
mixintemplate
NoGcExceptionCtors
()
this
(
Args
...
)
(
Allocator
allocator
,
auto
ref
Args
args
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
if
(
!
anySatisfy
!(
isDummy
,
Args
)
)
this
(Dummy _, string file, size_t line, Args args)
Meta
Source
See Implementation
nogc
exception
NoGcExceptionCtors
constructors
this
static functions
throw_