You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The basic_container_buffer class serves as a memory-based steam buffer that supports writing or reading
68
+
/// The basic_container_buffer class serves as a memory-based steam buffer that supports writing or reading
69
69
/// sequences of characters.
70
-
/// The class itself should not be used in application code, it is used by the stream definitions farther down in the header file.
70
+
/// The class itself should not be used in application code, it is used by the stream definitions farther down in the header file.
71
71
/// </summary>
72
-
/// <remarks> When closed, neither writing nor reading is supported any longer. <c>basic_container_buffer</c> does not support simultaneous use of the buffer
73
-
/// for reading and writing.</remarks>
72
+
/// <remarks> When closed, neither writing nor reading is supported any longer. <c>basic_container_buffer</c> does not support simultaneous use of the buffer
0 commit comments