Elements 6.1.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
callBackExample.h
Go to the documentation of this file.
1
27#ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CALLBACKEXAMPLE_H_
28#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CALLBACKEXAMPLE_H_
29
30#include <functional>
31#include <vector>
32
34
35namespace Elements {
36namespace Examples {
37
39
40} // namespace Examples
41} // namespace Elements
42
43#endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CALLBACKEXAMPLE_H_
44
defines the macros to be used for explicit export of the symbols
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
Definition: Export.h:74
ELEMENTS_API double testCallBack(std::vector< double > x, const std::function< double(std::vector< double >)> &fun)