more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SentinelPtr
more
sentinel
A pointer to an array with a sentinel value.
template
SentinelPtr (
T
T
sentinelValue
=
defaultSentinel
!
T
) {
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ConstPtr
;
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ImmutablePtr
;
alias
SentinelPtr
=
SentinelTemplate
!(
T
,
sentinelValue
).
MutablePtr
;
}
Members
Aliases
SentinelPtr
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ConstPtr
Undocumented in source.
SentinelPtr
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ImmutablePtr
Undocumented in source.
SentinelPtr
alias
SentinelPtr
=
SentinelTemplate
!(
T
,
sentinelValue
).
MutablePtr
Undocumented in source.
Meta
Source
See Implementation
more
sentinel
aliases
SentinelDstring
SentinelString
SentinelWstring
properties
StringLiteral
assumeSentinel
reduceSentinel
verifySentinel
templates
SentinelArray
SentinelPtr
A pointer to an array with a sentinel value.