GNU Radio Manual and C++ API Reference 3.10.3.0
The Free & Open Software Radio Ecosystem
fmt::formatter< T, typename std::enable_if< std::is_convertible< decltype(std::declval< T >().identifier()), std::string >::value, char >::type > Struct Template Reference

#include <gnuradio/logger.h>

Public Member Functions

template<typename FormatCtx >
auto format (const T &value, FormatCtx &ctx) -> decltype(fmt::formatter< std::string >::format(value.identifier(), ctx))
 

Member Function Documentation

◆ 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: