tesseract  5.0.0-alpha-619-ge9db
tesseract::IdentityFunc Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Definition at line 123 of file functions.h.

Member Function Documentation

◆ operator()()

double tesseract::IdentityFunc::operator() ( double  x) const
inline

Definition at line 124 of file functions.h.

124 { return x; }

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