xtd 0.2.0
sorter_none.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/object>
6 
8 namespace 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 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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: about_box.h:13