Cantera
2.4.0
|
Wrapper for either system-installed or local headers for fmt. More...
Go to the source code of this file.
Macros | |
#define | FMT_NO_FMT_STRING_ALIAS |
Do not use the fmt macro from fmtlib because it shadows a function of the same name in kinetics/Group.h. More... | |
#define | FMT_HEADER_ONLY |
Use header-only library to avoid relocation issues with linking to the static libfmt.a. More... | |
Typedefs | |
using | memory_buffer = MemoryWriter |
Functions | |
template<typename... Args> | |
void | format_to (fmt::memory_buffer &b, Args... args) |
std::string | to_string (fmt::memory_buffer &b) |
Wrapper for either system-installed or local headers for fmt.
Definition in file fmt.h.
#define FMT_NO_FMT_STRING_ALIAS |
Do not use the fmt macro from fmtlib because it shadows a function of the same name in kinetics/Group.h.