Type trait defining the integral type resulting from a compare() operation on objects of type T
.
More...
Public Types | |
typedef int | type |
The type resulting from a compare() operation on objects of type T . |
Type trait defining the integral type resulting from a compare() operation on objects of type T
.
You may specialize this trait for your own types.
Definition at line 39 of file type_traits.hpp.
typedef int arbb::compare_type< T >::type |
The type resulting from a compare() operation on objects of type T
.
Definition at line 42 of file type_traits.hpp.
Copyright © 2010, Intel Corporation. All rights reserved.