xtd 0.2.0
Loading...
Searching...
No Matches
where.hpp
Go to the documentation of this file.
1
4#pragma once
5
6#define __XTD_STD_INTERNAL__
8#undef __XTD_STD_INTERNAL__
9#include "where_view.hpp"
10
12#if defined(__xtd__cpp_lib_ranges)
14
16namespace xtd {
18 namespace ranges {
20 namespace views {
35 inline constexpr auto where = where_view {};
36 }
37 }
38}
40#endif
Contains __xtd_std_version definitions.
The xtd::ranges::views::where_view class is used to filter elements from a sequence.
Definition where_view.hpp:39
constexpr auto where
The xtd::ranges::views::where instance.
Definition where.hpp:35
The view namesapce contains range views, lightweight objects that indirectly represent iterable seque...
Definition distinct.hpp:20
The ranges namespace is an extension and generalization of the xtd::linq that makes them more powerfu...
Definition distinct.hpp:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::ranges::views::where_view class.