phobos-next ~master (2024-03-19T05:49:32Z)
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