WPILibC++ 2024.3.2
detail::formatbuf< Streambuf > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/format.h>

Inheritance diagram for detail::formatbuf< Streambuf >:

Public Member Functions

 formatbuf (buffer< char_type > &buf)
 

Protected Member Functions

auto overflow (int_type ch) -> int_type override
 
auto xsputn (const char_type *s, streamsize count) -> streamsize override
 

Constructor & Destructor Documentation

◆ formatbuf()

template<typename Streambuf >
detail::formatbuf< Streambuf >::formatbuf ( buffer< char_type > &  buf)
inlineexplicit

Member Function Documentation

◆ overflow()

template<typename Streambuf >
auto detail::formatbuf< Streambuf >::overflow ( int_type  ch) -> int_type
inlineoverrideprotected

◆ xsputn()

template<typename Streambuf >
auto detail::formatbuf< Streambuf >::xsputn ( const char_type *  s,
streamsize  count 
) -> streamsize
inlineoverrideprotected

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