#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 |
The comparison operations provided by this structure are chosen at compile time based on the signs and sizes of types being compared.
For internal use only.
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 |