ACE
6.1.0
|
Structure that provides optimal comparison operation for given types. More...
#include <Truncate.h>
Public Types | |
typedef ACE::If_Then_Else < Fast_Comparator< LEFT, RIGHT > ::USABLE, Fast_Comparator < LEFT, RIGHT > , Safe_Comparator< LEFT, RIGHT, Sign_Check< LEFT >::is_signed, Sign_Check< RIGHT >::is_signed > >::result_type | comp_type |
Structure that provides optimal comparison operation for given types.
The comparison operations provided by this structure are chosen at compile time based on the signs and sizes of types being compared.
This structure is not meant for general use.
typedef ACE::If_Then_Else< Fast_Comparator<LEFT, RIGHT>::USABLE, Fast_Comparator<LEFT, RIGHT>, Safe_Comparator<LEFT, RIGHT, Sign_Check<LEFT>::is_signed, Sign_Check<RIGHT>::is_signed> >::result_type ACE_Utils::Comparator< LEFT, RIGHT >::comp_type |