xentara-utils v2.0.4
The Xentara Utility Library
|
Marker for listening backlog. More...
#include <xentara/utils/network/Options.hpp>
Public Member Functions | |
constexpr | Backlog (int backlog) |
Conversion constructor from an integer. | |
constexpr | operator int () const |
Conversion back to an int. | |
Marker for listening backlog.
This marker is used to specify a custom the backlog when putting a socket into the listening state.
Just cast the backlog value to Backlog:
|
explicitconstexpr |
Conversion constructor from an integer.
|
explicitconstexpr |
Conversion back to an int.