Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
overloaded.hpp
Go to the documentation of this file.
1
#pragma once
2
3
template
<
class
... Ts>
4
struct
overloaded
: Ts... {
5
using
Ts::operator()...;
6
};
overloaded
Definition
overloaded.hpp:4
server
src
utils
overloaded.hpp
Generated by
1.9.8