xtd 0.2.0
ranges.hpp
Go to the documentation of this file.
1
4#pragma once
5#define __XTD_STD_INTERNAL__
7#undef __XTD_STD_INTERNAL__
8
10#if defined(__xtd__cpp_lib_ranges)
12#include <ranges>
13
15namespace xtd {
17 namespace ranges = std::ranges;
18
20 namespace views = xtd::ranges::views;
21}
23#endif
Contains __xtd_std_version definitions.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10