arbb::boolean_type< T > Struct Template Reference

Type trait defining the boolean type resulting from a comparison operation on objects of type T. More...

List of all members.

Public Types

typedef bool type
 The type used to represent boolean values resulting from comparing T objects with one another.

Detailed Description

template<typename T>
struct arbb::boolean_type< T >

Type trait defining the boolean type resulting from a comparison operation on objects of type T.

You may specialize this trait for your own types.

Definition at line 31 of file type_traits.hpp.


Member Typedef Documentation

template<typename T >
typedef bool arbb::boolean_type< T >::type

The type used to represent boolean values resulting from comparing T objects with one another.

Definition at line 34 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.