#include <gnuradio/logger.h>
|
template<typename FormatCtx > |
auto | format (const T &value, FormatCtx &ctx) -> decltype(fmt::formatter< std::string >::format(value.identifier(), ctx)) |
|
◆ format()
template<typename T >
template<typename FormatCtx >
auto fmt::formatter< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >().identifier()), std::string >::value, char >::type >::format |
( |
const T & |
value, |
|
|
FormatCtx & |
ctx |
|
) |
| -> decltype(fmt::formatter<std::string>::format(value.identifier(), ctx))
|
|
inline |
The documentation for this struct was generated from the following file: