preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
fmt.hpp File Reference
#include <string>
#include <string_view>
#include "fmt/format.h"
#include "fmt/ostream.h"
#include "utils/fmtEigen.hpp"
#include "utils/fmtSTL.hpp"
Include dependency graph for fmt.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.