pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
wrapped_member.isStructInStruct
pyd
struct_wrap
wrapped_member
Undocumented in source.
template
wrapped_member
(T, string name, string mode, PropertyParts...)
static if
(
countUntil(mode, "r") != -1
)
enum
isStructInStruct
=
isPointer
!
GT
&&
is
(
PointerTarget
!
GT
==
struct
) &&
is
(
typeof
(
mixin
(
"GT.init."
~
name
)) ==
struct
)
;
Meta
Source
See Source File
pyd
struct_wrap
wrapped_member
aliases
GT
M
obj
ppart0
type
functions
get
set
manifest constants
isStructInStruct