capydi
Loading...
Searching...
No Matches
Overload.hpp
Go to the documentation of this file.
1
#ifndef OVERLOAD_HPP_
2
#define OVERLOAD_HPP_
3
4
namespace
capy::meta
5
{
6
7
template
<
typename
... Units>
8
struct
Overload
: Units...
9
{
10
using
Units::operator()...;
11
};
12
13
}
14
15
#endif
// !OVERLOAD_HPP_
capy::meta
Definition
Rebind.hpp:7
capy::meta::Overload
Definition
Overload.hpp:9
core
capymeta
include
capymeta
primitives
Overload.hpp
Generated by
1.15.0