Public Types | |
using | Ch = char |
using | multi_buffer = ::boost::beast::multi_buffer |
Public Member Functions | |
RjBufSequenceStream (multi_buffer::const_buffers_type mdata) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
size_t | PutEnd (Ch *begin) |
void | Put (Ch c) |
Definition at line 13 of file beast_rj_utils.h.