xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
xtd::forms::const_control_ref_less Struct Reference

#include <control_ref.h>

Definition

Represents less comparator for const const_control_ref.

Namespace
xtd::forms
Library
xtd.forms

Public Member Functions

bool operator() (const const_control_ref &value1, const const_control_ref &value2) const
 Compare two specified const_control_ref.
 

Member Function Documentation

◆ operator()()

bool xtd::forms::const_control_ref_less::operator() ( const const_control_ref value1,
const const_control_ref value2 
) const
inline

Compare two specified const_control_ref.

Parameters
value1The first value to compare.
value2The second value to compare.
Returns
true if value1 < value2; otherwise false.

The documentation for this struct was generated from the following file: