phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
hasElaborateDestructorNew.hasElaborateDestructorNew
nxt
container_traits
hasElaborateDestructorNew
Undocumented in source.
enum
bool
hasElaborateDestructorNew
;
enum
hasElaborateDestructorNew
;
template
hasElaborateDestructorNew
(S)
@
safe
static if
(
is(S == struct) || is(S == class)
)
static if
(!(
__traits(hasMember, S, "__dtor")
))
enum
hasElaborateDestructorNew
=
anySatisfy
!(.
hasElaborateDestructorNew
,
FieldTypeTuple
!
S
)
;
enum
bool
hasElaborateDestructorNew
;
enum
bool
hasElaborateDestructorNew
;
Meta
Source
See Source File
nxt
container_traits
hasElaborateDestructorNew
variables
hasElaborateDestructorNew