libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
NotNullPtr.opAssign
libd
memory
ptr
NotNullPtr
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opAssign
(T* ptr)
auto
opAssign
(MaybeNullPtr!(T, Tag) ptr)
auto
opAssign
(MaybeNullPtr!(T, Tag2) ptr)
struct
NotNullPtr
(T, string Tag_ = "default")
auto
opAssign
(
string
Tag2
)
(
MaybeNullPtr
!(
T
,
Tag2
)
ptr
)
if
(
Tag2
!=
Tag
)
Meta
Source
See Implementation
libd
memory
ptr
NotNullPtr
functions
opAssign
static variables
Tag
variables
ptr