roar
Loading...
Searching...
No Matches
include
roar
utility
overloaded.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Roar
4
{
5
template
<
typename
... Ts>
6
struct
overloaded
:
Ts
...
7
{
8
using
Ts::operator()...;
9
};
10
template
<
typename
...
Ts
>
11
overloaded
(
Ts
...) ->
overloaded
<
Ts
...>;
12
}
Roar::Ts
Roar
Definition
authorization.hpp:10
Roar::overloaded
Definition
overloaded.hpp:7
Generated by
1.9.7