Type trait defining the boolean type resulting from a comparison operation on objects of type T
.
More...
Public Types | |
typedef bool | type |
The type used to represent boolean values resulting from comparing T objects with one another. |
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.
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.
Copyright © 2010, Intel Corporation. All rights reserved.