WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::formatbuf< StreamBuf > Class Template Reference

#include <fmt/chrono.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: