xtd
0.2.0
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
const_control_ref_less.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
const_control_ref.h
"
6
#include <xtd/object>
7
9
namespace
xtd
{
11
namespace
forms
{
22
struct
const_control_ref_less
{
24
30
bool
operator()
(
const
const_control_ref
& value1,
const
const_control_ref
& value2)
const
{
31
return
&value1.get() < &value2.get();
32
}
34
};
35
}
36
}
const_control_ref.h
Contains xtd::forms::const_control_ref typedef.
xtd::forms::const_control_ref
std::reference_wrapper< const control > const_control_ref
Represents a const control reference.
Definition
const_control_ref.h:25
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.h:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
xtd::forms::const_control_ref_less
Represents less comparator for const const_control_ref.
Definition
const_control_ref_less.h:22
xtd::forms::const_control_ref_less::operator()
bool operator()(const const_control_ref &value1, const const_control_ref &value2) const
Compare two specified const_control_ref.
Definition
const_control_ref_less.h:30
Generated on Thu Oct 17 2024 16:03:00 for xtd by
Gammasoft
. All rights reserved.