ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
less< alib::boxing::Box > Struct Reference

Description:

Specialization of functor std::less for type Box.

For the comparison, box-function FIsLess is invoked on lhs with passing rhs.

This specialization is provided with the inclusion of header file alib/compatibility/std_boxing_functional.hpp.
While the documentation indicates namespace alib::compatibility::std, the specialization is (as needed) implemented in namespace std.

Definition at line 85 of file std_boxing_functional.hpp.

#include <std_boxing_functional.hpp>

Public Method Index:

bool operator() (const alib::boxing::Box &lhs, const alib::boxing::Box &rhs) const
 

Method Details:

◆ operator()()

bool operator() ( const alib::boxing::Box & lhs,
const alib::boxing::Box & rhs ) const
inline

Invokes box-function FIsLess on lhs and returns the result.

Parameters
lhsThe left-hand side box.
rhsThe right-hand side box.
Returns
The result of the comparison.

Definition at line 91 of file std_boxing_functional.hpp.


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