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
Name |
Description |
a |
The first position. |
b |
The second position. |
Created with MrDocs