Experimental library header <experimental/net> - cppreference.com (original) (raw)

This header is part of Networking TS.

It is a convenience header that includes every other Networking TS header

Includes
<experimental/executor>(networking TS) Asynchronous model[edit]
<experimental/io_context>(networking TS) Basic I/O services[edit]
<experimental/timer>(networking TS) Timer operations[edit]
<experimental/buffer>(networking TS) Buffers and buffer-oriented streams[edit]
<experimental/socket>(networking TS) Sockets and socket streams[edit]
<experimental/internet>(networking TS) Internet protocol[edit]

[edit] Synopsis

#include <experimental/executor> #include <experimental/buffer> #include <experimental/internet> #include <experimental/io_context> #include <experimental/socket> #include <experimental/timer>