summaryrefslogtreecommitdiff
path: root/include/mbgl/util/type_list.hpp
blob: f3db277e4613239a85d78c80ccf8430097e4405a (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <type_traits>
#include <tuple>

namespace mbgl {

template <class...>
class TypeList {};

} // namespace mbgl