writeProto

Encode a value into a series of bytes

  1. void writeProto(R r, BuffType!T src)
    void
    writeProto
    (
    string T
    R
    )
    (
    ref R r
    ,
    const BuffType!T src
    )
    if (
    (
    T == "sint32" ||
    T == "sint64"
    )
    )
  2. void writeProto(R r, BuffType!T src)
  3. void writeProto(R r, BuffType!T src)
  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