LLVM API Documentation

llvm::is_same< T, U > Struct Template Reference

Metafunction that determines whether the two given types are equivalent. More...

#include <type_traits.h>

Inheritance diagram for llvm::is_same< T, U >:
Inheritance graph
[legend]
Collaboration diagram for llvm::is_same< T, U >:
Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T, typename U>
struct llvm::is_same< T, U >

Metafunction that determines whether the two given types are equivalent.

Definition at line 98 of file type_traits.h.


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