folly::ByteRange

A read-only view over a sequence of bytes.

Synopsis

Declared in <folly/Range.h>

using ByteRange = Range<unsigned char const*>;