GNU Radio Manual and C++ API Reference 3.10.3.0
The Free & Open Software Radio Ecosystem
fmt::formatter< std::shared_ptr< T >, Ch > Struct Template Reference

#include <gnuradio/logger.h>

Public Member Functions

template<typename FormatCtx >
auto format (const std::shared_ptr< T > &ptr, FormatCtx &ctx) -> decltype(fmt::formatter< const void *, Ch >::format(fmt::ptr(ptr), ctx))
 

Member Function Documentation

◆ format()

template<typename T , typename Ch >
template<typename FormatCtx >
auto fmt::formatter< std::shared_ptr< T >, Ch >::format ( const std::shared_ptr< T > &  ptr,
FormatCtx &  ctx 
) -> decltype(fmt::formatter<const void *, Ch>::format(fmt::ptr(ptr), ctx))
inline

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