#include <diff_tool.h>
Public Member Functions | |
uint64 | operator() (const std::vector< ItemType > &container, uint index) const |
|
Definition at line 348 of file diff_tool.h. References index, uint, and uint64.
00349 { 00350 return container[index].HashValue; 00351 } |