preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fmt::formatter< std::array< T, n > > Struct Template Reference

#include <fmtSTL.hpp>

Inheritance diagram for fmt::formatter< std::array< T, n > >:
[legend]
Collaboration diagram for fmt::formatter< std::array< T, n > >:
[legend]

Public Member Functions

template<typename FormatContext >
auto format (const std::array< T, n > &v, FormatContext &ctx) const
 Formats arrays like [ l, i, s, t, s ].
 

Detailed Description

template<class T, std::size_t n>
struct fmt::formatter< std::array< T, n > >

Definition at line 29 of file fmtSTL.hpp.

Member Function Documentation

◆ format()

template<class T , std::size_t n>
template<typename FormatContext >
auto fmt::formatter< std::array< T, n > >::format ( const std::array< T, n > & v,
FormatContext & ctx ) const
inline

Formats arrays like [ l, i, s, t, s ].

Definition at line 32 of file fmtSTL.hpp.


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