WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
basic_ostream_formatter< Char > Struct Template Reference

#include <fmt/ostream.h>

Inheritance diagram for basic_ostream_formatter< Char >:
formatter< basic_string_view< Char >, Char > formatter< detail::streamed_view< T >, Char > formatter< std::thread::id, Char >

Public Member Functions

void set_debug_format ()=delete
template<typename T, typename Context>
auto format (const T &value, Context &ctx) const -> decltype(ctx.out())
Public Member Functions inherited from formatter< basic_string_view< Char >, Char >
 formatter ()=delete

Member Function Documentation

◆ format()

template<typename Char>
template<typename T, typename Context>
auto basic_ostream_formatter< Char >::format ( const T & value,
Context & ctx ) const->decltype(ctx.out())
inline

◆ set_debug_format()

template<typename Char>
void basic_ostream_formatter< Char >::set_debug_format ( )
delete

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