OGS
FormattingUtils.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <spdlog/fmt/bundled/ostream.h>
14
15
#include <Eigen/Core>
16
#include <concepts>
17
18
template
<
typename
T>
19
requires
std::derived_from<T, Eigen::DenseBase<T>>
20
struct
fmt::formatter<T> : fmt::ostream_formatter
21
{
22
};
MathLib
FormattingUtils.h
Generated by
1.9.6