Returns a const iterator to the first valid record.

Synopsis

Declared in <folly/io/RecordIO.h>

Iterator
cbegin() const;

Return Value

A const iterator to the first valid record.

Created with MrDocs