ocra-recipes
Doxygen documentation for the ocra-recipes repository
ocra::FunctionInterfaceMapping< Derived > Struct Template Reference

#include <FunctionInterfaceMapping.h>

Detailed Description

template<class Derived>
struct ocra::FunctionInterfaceMapping< Derived >

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.


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