writeProto

Encode a value into a series of bytes

  1. void writeProto(R r, BuffType!T src)
  2. void writeProto(R r, BuffType!T src)
  3. void writeProto(R r, BuffType!T src)
    void
    writeProto
    (
    string T
    R
    )
    (
    ref R r
    ,
    const BuffType!T src
    )
    if (
    (
    T.msgType == "double".msgType ||
    T.msgType == "float".msgType
    )
    )
  4. void writeProto(R r, BuffType!T src)

Parameters

r R

output range

src BuffType!T

The raw data

Return Value

Type: void

The encoded value

Meta