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 {
23 class sorter_none : public object {
24 public:
26
28 template<typename type_t>
29 void operator()(type_t first, type_t last) {}
31 };
32 }
33 }
34}
Represents a sorter none of objects.
Definition sorter_none.h:23
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
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