dproto ~master (2018-03-09T02:44:45Z)
Home
Dub
Repo
readProto
dproto
serialize
Decode a series of bytes into a value
BuffType
!
T
readProto
(
auto
ref
R
src
)
BuffType
!
T
readProto
(
auto
ref
R
src
)
BuffType
!
T
readProto
(
string
T
R
)
(
auto
ref
R
src
)
if
(
isProtoInputRange
!
R
&&
(
T.msgType
== "double".
msgType
||
T.msgType
== "float".
msgType
)
)
BuffType
!
T
readProto
(
auto
ref
R
src
)
Parameters
src
Type:
R
The data stream
Return Value
Type:
BuffType
!
T
The decoded value
Meta
Source
See Implementation
dproto
serialize
functions
defaultDecode
fromVarint
fromZigZag
isBuiltinType
msgNum
msgType
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
structs
CntRange
templates
BuffType
Decode a series of bytes into a value