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