LLFIO v2.00
Loading...
Searching...
No Matches
llfio_v2_xxx::construct< byte_socket_handle > Struct Reference

Constructor for byte_socket_handle More...

#include "byte_socket_handle.hpp"

Public Member Functions

result< byte_socket_handleoperator() () const noexcept
 

Public Attributes

ip::family family
 
byte_socket_handle::mode _mode = byte_socket_handle::mode::write
 
byte_socket_handle::caching _caching = byte_socket_handle::caching::all
 
byte_socket_handle::flag flags = byte_socket_handle::flag::none
 

Detailed Description

Constructor for byte_socket_handle

Member Function Documentation

◆ operator()()

result< byte_socket_handle > llfio_v2_xxx::construct< byte_socket_handle >::operator() ( ) const
inlinenoexcept
721{ return byte_socket_handle::byte_socket(family, _mode, _caching, flags); }
static result< byte_socket_handle > byte_socket(ip::family family, mode _mode=mode::write, caching _caching=caching::all, flag flags=flag::none) noexcept

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