xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::network::SockaddrCompatible Concept Reference

A concept describing types that can be used as socket addresses. More...

#include <network/Address.hpp>

Concept definition

template<typename Type>
{
{ Type { detail::SocketFamilyChecker() } };
}
A concept describing types that can be used as socket addresses.
Definition Address.hpp:58
T make_unique(T... args)

Detailed Description

A concept describing types that can be used as socket addresses.

This concept allows all structure and class type whose first member has the same type as the sa_family member of the sockaddr structure.