preCICE v3.3.1
Loading...
Searching...
No Matches
fmt::formatter< std::set< T, Compare, Allocator > > Struct Template Reference

#include <fmtSTL.hpp>

Inheritance diagram for fmt::formatter< std::set< T, Compare, Allocator > >:
[legend]
Collaboration diagram for fmt::formatter< std::set< T, Compare, Allocator > >:
[legend]

Public Member Functions

template<typename FormatContext>
auto format (const std::set< T, Compare, Allocator > &s, FormatContext &ctx) const
 Formats sets like { s, e, t, s}.

Detailed Description

template<class T, class Compare, class Allocator>
struct fmt::formatter< std::set< T, Compare, Allocator > >

Definition at line 39 of file fmtSTL.hpp.

Member Function Documentation

◆ format()

template<class T, class Compare, class Allocator>
template<typename FormatContext>
auto fmt::formatter< std::set< T, Compare, Allocator > >::format ( const std::set< T, Compare, Allocator > & s,
FormatContext & ctx ) const
inline

Formats sets like { s, e, t, s}.

Definition at line 42 of file fmtSTL.hpp.


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