MySQL 8.3.0
Source Code Documentation
net::transfer_exactly Class Reference

#include <buffer.h>

Public Member Functions

 transfer_exactly (size_t m)
 
size_t operator() (const std::error_code &ec, size_t n) const
 

Private Attributes

size_t exact_
 

Constructor & Destructor Documentation

◆ transfer_exactly()

net::transfer_exactly::transfer_exactly ( size_t  m)
inlineexplicit

Member Function Documentation

◆ operator()()

size_t net::transfer_exactly::operator() ( const std::error_code &  ec,
size_t  n 
) const
inline
Returns
bytes to transfer

Member Data Documentation

◆ exact_

size_t net::transfer_exactly::exact_
private

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