#include <string>#include <iostream>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename ... Args> | |
| std::string | belfem::sprint (const char *aFormat, const Args ... aArgs) |
| A format script similar to write( , ) in fortran. | |