OGS
fmt::formatter< T > Struct Template Reference

Detailed Description

template<typename T>
requires std::derived_from<T, Eigen::DenseBase<T>>
struct fmt::formatter< T >

Definition at line 30 of file FormattingUtils.h.

#include <FormattingUtils.h>

Inheritance diagram for fmt::formatter< T >:
[legend]
Collaboration diagram for fmt::formatter< T >:
[legend]

Public Member Functions

auto format (T const &value, fmt::format_context &ctx) const
 

Member Function Documentation

◆ format()

template<typename T >
auto fmt::formatter< T >::format ( T const & value,
fmt::format_context & ctx ) const
inline

Definition at line 32 of file FormattingUtils.h.

33 {
34 return fmt::ostream_formatter::format(
36 }
static MATHLIB_EXPORT const Eigen::IOFormat full_precision

References MathLib::EigenIOFormat::full_precision.


The documentation for this struct was generated from the following file: