MapLibre Native Core
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Typedefs
a
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerations
a
b
c
e
f
h
i
k
l
m
n
o
r
s
t
v
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Functions
a
b
e
i
m
o
s
t
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
variant.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef _MSC_VER
4
#pragma warning(push)
5
#pragma warning(disable : 4244)
6
#endif
7
8
#include <mapbox/variant.hpp>
9
10
#ifdef _MSC_VER
11
#pragma warning(pop)
12
#endif
13
14
namespace
mbgl
{
15
16
template
<
typename
... T>
17
using
variant
=
mapbox::util::variant
<T...>;
18
19
}
// namespace mbgl
mbgl
Definition:
actor.hpp:15
mbgl::variant
mapbox::util::variant< T... > variant
Definition:
variant.hpp:17
include
mbgl
util
variant.hpp
MapLibre website
|
GitHub repository