21#ifndef IO_SOCKET_OPS_HPP
22#define IO_SOCKET_OPS_HPP
The io::socket namespace provides a cross-platform abstraction for socket-level I/O operations.
A tag type for the io::accept customization point object (CPO).
A tag type for the io::bind customization point object (CPO).
A tag type for the io::connect customization point object (CPO).
A tag type for the io::fcntl customization point object (CPO).
A tag type for the io::getpeername customization point object (CPO).
A tag type for the io::getsockname customization point object (CPO).
A tag type for the io::getsockopt customization point object (CPO).
A tag type for the io::listen customization point object (CPO).
A tag type for the io::recvmsg customization point object (CPO).
A tag type for the io::sendmsg customization point object (CPO).
A tag type for the io::setsockopt customization point object (CPO).
A tag type for the io::shutdown customization point object (CPO).