tesseract  4.00.00dev
tesseract::BoxCharPtrSort Struct Reference

#include <boxchar.h>

Public Member Functions

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

Detailed Description

Definition at line 116 of file boxchar.h.

Member Function Documentation

◆ operator()()

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

Definition at line 117 of file boxchar.h.

117  {
118  return *box1 < *box2;
119  }

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