xtd 1.0.0
Loading...
Searching...
No Matches
tab_page_ref_less.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "tab_page_ref.hpp"
6
8namespace xtd {
10 namespace forms {
23
29 [[nodiscard]] auto operator()(const xtd::forms::tab_page_ref& value1, const xtd::forms::tab_page_ref& value2) const -> bool {
30 return &value1.get() < &value2.get();
31 }
32
33 };
34 }
35}
xtd::ref< xtd::forms::tab_page > tab_page_ref
Represents a tab_page reference.
Definition tab_page_ref.hpp:25
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Represents less comparator for tab_page_ref.
Definition tab_page_ref_less.hpp:21
auto operator()(const xtd::forms::tab_page_ref &value1, const xtd::forms::tab_page_ref &value2) const -> bool
Compare two specified tab_page_ref.
Definition tab_page_ref_less.hpp:29
Contains xtd::forms::tab_page_ref typedef.