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

This is the complete list of members for fmt::formatter< std::shared_ptr< T >, typename std::enable_if< std::is_convertible< decltype(std::declval< T >().identifier()), std::string >::value, char >::type >, including all inherited members.

format(const std::shared_ptr< T > &ptr, FormatCtx &ctx) -> decltype(fmt::formatter< std::string >::format(ptr->identifier(), ctx))fmt::formatter< std::shared_ptr< T >, typename std::enable_if< std::is_convertible< decltype(std::declval< T >().identifier()), std::string >::value, char >::type >inline