ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <FunctionInterfaceMapping.h>
This structure is meant to be use jointly with the Constraint class through a CRTP mechanism to access the protected members of Constraint or Objective and replicate their interfaces. The generic structure is completly empty so as to induce no memory cost when used as a base class in the common case. It must be specialized for values of the template parameter Derived.
Definition at line 24 of file FunctionInterfaceMapping.h.