repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
overload.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
librepr::detail
{
4
5
template
<
typename
... Fs>
6
struct
Overload
: Fs... {
7
using
Fs::operator()...;
8
};
9
10
template
<
typename
... Fs>
11
Overload
(Fs...) ->
Overload
<Fs...>;
12
13
}
// namespace librepr::detail
librepr::detail
Definition
assert.h:89
librepr::detail::Overload
Definition
overload.h:6
include
librepr
util
overload.h
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme