9template <
typename CharT>
11 using traits_type =
typename std::basic_streambuf<CharT>::traits_type;
12 using char_type =
typename std::basic_streambuf<CharT>::char_type;
13 using int_type =
typename std::basic_streambuf<CharT>::int_type;
15 static constexpr int buf_size = 1024;
18 std::basic_string<CharT> overflow_buf;
25 int_type overflow(int_type c)
override;
31#if WEBCFACE_SYSTEM_DLLEXPORT
~BasicLoggerBuf()=default
u8stringとstringとwstringをshared_ptrで持ち共有する
Definition encoding.h:69
Definition client_internal.h:35
#define WEBCFACE_NS_END
Definition webcface-config.h:104
#define WEBCFACE_NS_BEGIN
Definition webcface-config.h:103