1#pragma once
2
3#include <mapbox/variant.hpp>
4
5namespace mbgl {
6
7template <typename... T>
8using variant = mapbox::util::variant<T...>;
9
10} // namespace mbgl
11

source code of qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/util/variant.hpp