#include "../../internal/__xtd_std_version.hpp"
#include "../../linq/enumerable.hpp"
#include "../../istringable.hpp"
#include "../../string.hpp"
#include "../../views/views.hpp"
#include <ranges>
Contains xtd::ranges::views::select_view class.
Go to the source code of this file.
Classes | |
class | xtd::ranges::views::select_view |
The xtd::ranges::views::select_view class is used to select elements from a sequence. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::ranges |
The ranges namespace is an extension and generalization of the xtd::linq that makes them more powerful by making them composable and less error-prone. | |
namespace | xtd::ranges::views |
The view namesapce contains range views, lightweight objects that indirectly represent iterable sequences (ranges). | |