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