xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::network::SockaddrCompatible Concept Reference

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

#include <xentara/utils/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:59
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.