Livox SDK API  V2.2.0
fmt::v5::internal::formatbuf< Char > Class Template Reference

#include <ostream.h>

Inheritance diagram for fmt::v5::internal::formatbuf< Char >:

Public Member Functions

 formatbuf (basic_buffer< Char > &buffer)
 

Protected Member Functions

int_type overflow (int_type ch=traits_type::eof())
 
std::streamsize xsputn (const Char *s, std::streamsize count)
 

Detailed Description

template<class Char>
class fmt::v5::internal::formatbuf< Char >

Definition at line 18 of file ostream.h.

Constructor & Destructor Documentation

template<class Char>
fmt::v5::internal::formatbuf< Char >::formatbuf ( basic_buffer< Char > &  buffer)
inline

Definition at line 26 of file ostream.h.

Member Function Documentation

template<class Char>
int_type fmt::v5::internal::formatbuf< Char >::overflow ( int_type  ch = traits_type::eof())
inlineprotected

Definition at line 36 of file ostream.h.

template<class Char>
std::streamsize fmt::v5::internal::formatbuf< Char >::xsputn ( const Char *  s,
std::streamsize  count 
)
inlineprotected

Definition at line 42 of file ostream.h.


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