ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
TypeFunctors::Less Struct Reference

Description:


Comparison functor for type const std::type_info*.

Definition at line 105 of file std_typeinfo.hpp.

#include <std_typeinfo.hpp>

Public Method Index:

bool operator() (Key lhs, Key rhs) const
 

Method Details:

◆ operator()()

bool operator() ( Key lhs,
Key rhs ) const
inline

Invokes std::type_index::operator< on corresponding temporaries created from lhs and rhs .

Parameters
lhsThe left-hand side value.
rhsThe right-hand side value.
Returns
true if lhs is "less" than rhs , false otherwise.

Definition at line 114 of file std_typeinfo.hpp.


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