Elements  6.0.1
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
printProject.cpp
Go to the documentation of this file.
1 
22 #include <iostream>
23 
24 #include "ElementsKernel/Project.h" // for Project
25 
27 
28 namespace Elements {
29 namespace Examples {
30 
31 void printProject() {
32  std::cout << Project() << std::endl;
33 }
34 
35 } // namespace Examples
36 } // namespace Elements
T endl(T...args)
Defines tools to describe the current project.
ELEMENTS_API void printProject()