1#ifndef ENTT_STL_TUPLE_HPP
2#define ENTT_STL_TUPLE_HPP
5#if __has_include(<entt/ext/stl/tuple.hpp>)
6# include <entt/ext/stl/tuple.hpp>
13using std::forward_as_tuple;
15using std::make_from_tuple;
19using std::tuple_element;
20using std::tuple_element_t;
22using std::tuple_size_v;
Custom EnTT namespace for the standard template library.