ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lang::TypeFunctors::Less Struct Reference

Description:

Comparison functor for type const std::type_info*.

Definition at line 62 of file stdtypeinfofunctors.inl.

Public Method Index:

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

Method Details:

◆ operator()()

bool alib::lang::TypeFunctors::Less::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 69 of file stdtypeinfofunctors.inl.


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