1#ifndef ENTT_STL_UTILITY_HPP
2#define ENTT_STL_UTILITY_HPP
5#if __has_include(<entt/ext/stl/utility.hpp>)
6# include <entt/ext/stl/utility.hpp>
18using std::in_place_type;
19using std::in_place_type_t;
20using std::index_sequence;
21using std::index_sequence_for;
22using std::make_index_sequence;
26using std::piecewise_construct;
27using std::piecewise_construct_t;
Custom EnTT namespace for the standard template library.