All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tesseract::BoxCharPtrSort Struct Reference

#include <boxchar.h>

Public Member Functions

bool operator() (const BoxChar *box1, const BoxChar *box2) const
 

Detailed Description

Definition at line 111 of file boxchar.h.

Member Function Documentation

bool tesseract::BoxCharPtrSort::operator() ( const BoxChar box1,
const BoxChar box2 
) const
inline

Definition at line 112 of file boxchar.h.

112  {
113  return *box1 < *box2;
114  }

The documentation for this struct was generated from the following file: