| Overview | Group | Tree | Graph | Index | Concepts | 

IloFunctionI.
    Concert Technology offers you the means to define classes of functions
 that map instances of one class X to instances of another class
 Y.
This C++ template creates a class of handles to the implementation class
 built by the template IloFunctionI.
Normally, you subclass the class IloFunctionI<X,Y> and
 in doing so, you define its pure virtual member function: 
virtual Y getValue(X);
Then you use this template to define a handle to that class of type
 IloFunction<X,Y>.
Definition file:<ilconcert/iloset.h>