xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
ranges
views
order_by_descending.hpp
Go to the documentation of this file.
1
4
#pragma once
5
6
#define __XTD_STD_INTERNAL__
7
#include "
../../internal/__xtd_std_version.hpp
"
8
#undef __XTD_STD_INTERNAL__
9
#include "
order_by_descending_view.hpp
"
10
12
#if defined(__xtd__cpp_lib_ranges)
14
16
namespace
xtd
{
18
namespace
ranges
{
20
namespace
views
{
40
inline
constexpr
auto
order_by_descending
=
order_by_descending_view
{};
41
}
42
}
43
}
45
#endif
__xtd_std_version.hpp
xtd::ranges::views::order_by_descending_view
The xtd::ranges::views::order_by_descending_view class is used to sort the elements of a sequence in ...
Definition
order_by_descending_view.hpp:44
xtd::ranges::views::order_by_descending
constexpr auto order_by_descending
The xtd::ranges::views::order_by_descending instance.
Definition
order_by_descending.hpp:40
xtd::ranges::views
The view namesapce contains range views, lightweight objects that indirectly represent iterable seque...
Definition
distinct.hpp:20
xtd::ranges
The ranges namespace is an extension and generalization of the xtd::linq that makes them more powerfu...
Definition
distinct.hpp:18
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
order_by_descending_view.hpp
Contains xtd::ranges::views::order_by_descending_view class.
Generated on
for xtd by
Gammasoft
. All rights reserved.