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

#include <fmtSTL.hpp>

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

Public Member Functions

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

Detailed Description

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

Definition at line 19 of file fmtSTL.hpp.

Member Function Documentation

◆ format()

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

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

Definition at line 22 of file fmtSTL.hpp.


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