libassa 3.5.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ASSA::SigHandlersList::CompSHL Struct Reference

#include <SigHandlersList.h>

Public Member Functions

bool operator() (const key_type c1_, const key_type c2_) const
 

Detailed Description

Definition at line 71 of file SigHandlersList.h.

Member Function Documentation

◆ operator()()

bool ASSA::SigHandlersList::CompSHL::operator() ( const key_type  c1_,
const key_type  c2_ 
) const
inline

Definition at line 72 of file SigHandlersList.h.

73 {
74// This wouldn't fly on 64-bit machines, 'cause ptr size there is 8 bytes long
75// return int(c1_) < int(c2_);
76//
77 return (c1_ < c2_);
78 }

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