LIBWIRE
Next-generation C++17 networking library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
libwire::non_blocking_t Struct Reference

Dummy type for nonblocking option. More...

#include <options.hpp>

Static Public Member Functions

template<typename Socket >
static bool get (const Socket &sock) noexcept
 
template<typename Socket >
static void set (Socket &sock, bool value) noexcept
 

Detailed Description

Dummy type for nonblocking option.

Definition at line 31 of file options.hpp.

Member Function Documentation

template<typename Socket >
static bool libwire::non_blocking_t::get ( const Socket &  sock)
inlinestaticnoexcept

Definition at line 33 of file options.hpp.

template<typename Socket >
static void libwire::non_blocking_t::set ( Socket &  sock,
bool  value 
)
inlinestaticnoexcept

Definition at line 38 of file options.hpp.