Tacopie  3.0.0
Tacopie is a TCP Client & Server C++11 library.
Public Attributes | List of all members
tacopie::tcp_client::write_result Struct Reference

#include <tcp_client.hpp>

Public Attributes

bool success
 
std::size_t size
 

Detailed Description

structure to store write requests result

Member Data Documentation

◆ size

std::size_t tacopie::tcp_client::write_result::size

number of bytes written

◆ success

bool tacopie::tcp_client::write_result::success

whether the operation succeeeded or not


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