#include <fmt/std.h>
|
template<typename FormatContext > |
auto | format (const std::atomic< T > &v, FormatContext &ctx) const -> decltype(ctx.out()) |
|
| formatter ()=delete |
|
◆ format()
template<typename T , typename Char >
template<typename FormatContext >
auto formatter< std::atomic< T >, Char, enable_if_t< is_formattable< T, Char >::value > >::format |
( |
const std::atomic< T > & | v, |
|
|
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
The documentation for this struct was generated from the following file: