cbor-d v0.3.0 (2014-12-19T17:58:56Z)
Home
Dub
Repo
encodeCborString
cbor
Encodes string.
size_t
encodeCborString
(
R
E
)
(
auto
ref
R
sink
,
E
value
)
if
(
isOutputRange
!(
R
,
ubyte
) &&
is
(
E
==
string
)
)
Meta
Source
See Implementation
cbor
classes
CborException
functions
decodeCbor
decodeCborSingle
decodeCborSingleDup
encodeCbor
encodeCborAggregate
encodeCborArray
encodeCborArrayHead
encodeCborBool
encodeCborFloat
encodeCborInt
encodeCborMap
encodeCborMapHead
encodeCborNull
encodeCborRaw
encodeCborString
structs
CborValue
templates
numEncodableMembers
Encodes string.