Elements  6.2
A C++ base framework for the Euclid Software.
functionExample2.cpp
Go to the documentation of this file.
1 
23 
24 namespace Elements {
25 namespace Examples {
26 
27 int functionExample2(const int j) {
28  return j * j;
29 }
30 
31 } // namespace Examples
32 } // namespace Elements
functionExample2.h
Elements::Examples::functionExample2
ELEMENTS_API int functionExample2(const int j)
Definition: functionExample2.cpp:27
Elements
Definition: callBackExample.h:35