operator==

Compares two positions for equality of file index and offset.

Synopsis

Declared in <flatfile.h>

bool
operator==(
    FlatFilePos const& a,
    FlatFilePos const& b);

Return Value

true if both the file index and offset are equal.

Parameters

NameDescription
aThe first position.
bThe second position.