Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/net/Protocol.hpp>
Public Member Functions | |
constexpr int | family () const noexcept |
constexpr int | type () const noexcept |
constexpr int | protocol () const noexcept |
Static Public Member Functions | |
static constexpr auto | v4 () noexcept |
static constexpr auto | v6 () noexcept |
Friends | |
bool | operator== (UdpProtocol lhs, UdpProtocol rhs) |
bool | operator!= (UdpProtocol lhs, UdpProtocol rhs) |
Definition at line 79 of file Protocol.hpp.
Definition at line 83 of file Protocol.hpp.
Definition at line 84 of file Protocol.hpp.
Definition at line 86 of file Protocol.hpp.
Definition at line 87 of file Protocol.hpp.
Definition at line 88 of file Protocol.hpp.
|
friend |
Definition at line 80 of file Protocol.hpp.
|
friend |
Definition at line 81 of file Protocol.hpp.