Nui
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
i
m
n
o
p
r
s
t
v
Enumerations
Related Symbols
c
d
h
i
o
r
s
w
Files
File List
File Members
All
_
a
c
d
e
f
i
j
l
m
n
p
s
u
w
Functions
Variables
Typedefs
Macros
_
a
c
d
e
i
j
m
n
p
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
nui
include
nui
utility
overloaded.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Nui
4
{
5
template
<
typename
... Ts>
6
struct
overloaded
: Ts...
7
{
8
using
Ts::operator()...;
9
};
6
struct
overloaded
: Ts... {
…
};
10
11
template
<
typename
... Ts>
12
overloaded
(Ts...) ->
overloaded
<Ts...>;
13
}
Nui
Definition
file_dialog.hpp:6
Nui::overloaded
Definition
overloaded.hpp:7
Generated by
1.9.8