1#ifndef ENTT_CORE_RANGES_HPP
2#define ENTT_CORE_RANGES_HPP
4#if __has_include(<version>)
7# if defined(__cpp_lib_ranges)
9# include "iterator.hpp"
11template<
class... Args>
14template<
class... Args>
Utility class to create an iterable object from a pair of iterators.