arbb::compare_type< T > Struct Template Reference

Type trait defining the integral type resulting from a compare() operation on objects of type T. More...

List of all members.

Public Types

typedef int type
 The type resulting from a compare() operation on objects of type T.

Detailed Description

template<typename T>
struct arbb::compare_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.


Member Typedef Documentation

template<typename T >
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.


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

Submit feedback on this help topic

Copyright © 2010, Intel Corporation. All rights reserved.