L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
L4::Types::Same< A, B > Struct Template Reference

Compare two data types for equality. More...

#include <types>

+ Inheritance diagram for L4::Types::Same< A, B >:
+ Collaboration diagram for L4::Types::Same< A, B >:

Additional Inherited Members

- Public Types inherited from L4::Types::Bool< false >
typedef Bool< V > type
 The meta type itself.
 

Detailed Description

template<typename A, typename B>
struct L4::Types::Same< A, B >

Compare two data types for equality.

Template Parameters
AThe first data type
BThe second data type

The result is the boolean True if A and B are the same types.

Definition at line 324 of file types.


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