xtd 0.2.0
Loading...
Searching...
No Matches
sorter_none.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/object>
6
8namespace xtd {
10 namespace forms {
12 namespace layout {
21 class sorter_none : public object {
22 public:
24
26 template<typename type_t>
27 void operator()(type_t first, type_t last) {}
29 };
30 }
31 }
32}
Represents a sorter none of objects.
Definition sorter_none.h:21
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:32
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10