libDwm-0.9.45
Dwm::IsSupportedASIOSocket Concept Reference

Concept for the types of ASIO sockets we can utilize. More...

#include <DwmASIO.hh>

Concept definition

template<typename S>
std::is_same_v<S,boost::asio::ip::tcp::socket>
|| std::is_same_v<S,boost::asio::local::stream_protocol::socket>
|| std::is_same_v<S,boost::asio::generic::stream_protocol::socket>
Concept for the types of ASIO sockets we can utilize.
Definition DwmASIO.hh:68

Detailed Description

Concept for the types of ASIO sockets we can utilize.

Originally I only used ASIO for TCP sockets, but later I had use cases for UNIX domain sockets.