#include <bbgrid.h>
List of all members.
Public Member Functions |
size_t | operator() (const T *ptr) const |
Detailed Description
template<typename T>
struct tesseract::PtrHash< T >
Definition at line 227 of file bbgrid.h.
Member Function Documentation
Definition at line 228 of file bbgrid.h.
{
return reinterpret_cast<size_t>(ptr) / sizeof(T);
}
The documentation for this struct was generated from the following file:
- /usr/local/google/home/jbreiden/tesseract-ocr-read-only/textord/bbgrid.h