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

#include <fmtSTL.hpp>

Inheritance diagram for fmt::formatter< std::pair< F, S > >:
[legend]
Collaboration diagram for fmt::formatter< std::pair< F, S > >:
[legend]

Public Member Functions

template<typename FormatContext >
auto format (const std::pair< F, S > &p, FormatContext &ctx) const
 Formats pairs like tuples ( first, second )
 

Detailed Description

template<class F, class S>
struct fmt::formatter< std::pair< F, S > >

Definition at line 59 of file fmtSTL.hpp.

Member Function Documentation

◆ format()

template<class F , class S >
template<typename FormatContext >
auto fmt::formatter< std::pair< F, S > >::format ( const std::pair< F, S > & p,
FormatContext & ctx ) const
inline

Formats pairs like tuples ( first, second )

Definition at line 62 of file fmtSTL.hpp.


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