dproto v2.1.0 (2016-09-08T00:43:15Z)
Home
Dub
Repo
UnspecifiedDefaultValue
dproto
serialize
Undocumented in source.
template
UnspecifiedDefaultValue (
T
) {
import
std
.
traits
:
EnumMembers
;
;
static if
(
is(T == enum)
)
enum
UnspecifiedDefaultValue
;
static if
(!(
is(T == enum)
))
enum
UnspecifiedDefaultValue
;
}
Members
Manifest constants
UnspecifiedDefaultValue
enum
UnspecifiedDefaultValue
;
Undocumented in source.
UnspecifiedDefaultValue
enum
UnspecifiedDefaultValue
;
Undocumented in source.
Meta
Source
See Implementation
dproto
serialize
enums
isProtoInputRange
isProtoOutputRange
functions
defaultDecode
fromVarint
fromZigZag
isBuiltinType
msgNum
msgType
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
structs
CntRange
templates
BuffType
PossiblyNullable
SpecifiedDefaultValue
UnspecifiedDefaultValue