Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <function_binsearch.h>
Public Member Functions | |
virtual T | operator() (T x)=0 |
Base class of all unary functions
virtual T math::binsearch::Function< T >::operator() | ( | T | x | ) | [pure virtual] |