stb v1.7.5 (2018-08-19T20:26:28Z)
Dub
Repo
throwError
utils
except
Undocumented in source. Be warned that the author may not have intended to support it.
bool
throwError
(A args)
bool
throwError
(
string
S
string
F
= __FILE__
size_t
L
= __LINE__
A
...
)
(
A
args
)
if
(
__traits(
compiles
,
format
!
S
(
args
))
)
bool
throwError
(string f, size_t l, A args)
bool
throwError
(T t, string f, size_t l)
Meta
Source
See Implementation
utils
except
functions
throwError