join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
tls_wrapper.hpp File Reference
#include <join/tls.hpp>
Include dependency graph for tls_wrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::BasicTlsWrapper< Protocol >
 TLS decorator for stream sockets. More...
 

Namespaces

namespace  join
 

Functions

template<class Protocol >
bool join::operator< (const BasicTlsWrapper< Protocol > &a, const BasicTlsWrapper< Protocol > &b) noexcept
 compare two TLS decorators based on their underlying socket handle.