readProto

Decode a series of bytes into a value

  1. BuffType!T readProto(auto ref R src)
    readProto
    (
    string T
    R
    )
    (
    auto ref R src
    )
    if (
    isProtoInputRange!R &&
    T.msgType == "int32".msgType
    )
  2. BuffType!T readProto(auto ref R src)
  3. BuffType!T readProto(auto ref R src)

Parameters

src
Type: R

The data stream

Return Value

Type: BuffType!T

The decoded value

Meta