Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::binsearch::Function< T > Class Template Reference

#include <function_binsearch.h>

Inheritance diagram for math::binsearch::Function< T >:

List of all members.

Public Member Functions

virtual T operator() (T x)=0

Detailed Description

template<typename T>
class math::binsearch::Function< T >

Base class of all unary functions


Member Function Documentation

template<typename T>
virtual T math::binsearch::Function< T >::operator() ( x) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines