xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
sorter_none.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/object.h>
6
8namespace xtd {
10 namespace forms {
12 namespace layout {
19 class sorter_none : public object {
20 public:
21 template<typename type_t>
22 void operator()(type_t first, type_t last) {}
23 };
24 }
25 }
26}
Represents a sorter none of objects.
Definition: sorter_none.h:19
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::object class.