libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
crn::GenerationCounter Struct Reference

Simple counter to stop an genetic algorithm. More...

#include <CRNGenetic.h>

Public Member Functions

constexpr GenerationCounter (size_t cnt)
 
template<typename T >
bool operator() (const T &)
 

Detailed Description

Simple counter to stop an genetic algorithm.

Definition at line 193 of file CRNGenetic.h.

Constructor & Destructor Documentation

constexpr crn::GenerationCounter::GenerationCounter ( size_t  cnt)
inline

Definition at line 195 of file CRNGenetic.h.

Member Function Documentation

template<typename T >
bool crn::GenerationCounter::operator() ( const T &  )
inline

Definition at line 196 of file CRNGenetic.h.


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