Telnet++
4.0.1.7
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
include
telnetpp
detail
overloaded.hpp
1
#pragma once
2
3
namespace
telnetpp::detail {
4
5
template
<
typename
... Ts>
6
struct
overloaded : Ts...
7
{
8
using
Ts::operator()...;
9
};
10
11
template
<
typename
... Ts>
12
overloaded(Ts...) -> overloaded<Ts...>;
13
14
}
// namespace telnetpp::detail
Generated on Fri Apr 17 2026 22:38:12 for Telnet++ by
1.9.8