|
preCICE v3.3.0
|
#include <string>#include <string_view>#include "fmt/format.h"#include "fmt/ostream.h"#include "utils/fmtEigen.hpp"#include "utils/fmtSTL.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::utils |
| contains precice-related utilities. | |
Functions | |
| std::string | precice::utils::format_or_error (std::string_view str) |
| template<class... A> | |
| std::string | precice::utils::format_or_error (std::string_view fmt, A &&...args) |
This file contains all required headers to consistently use fmtlib in preCICE. Use this is you want to format anything in preCICE.
Definition in file fmt.hpp.