LLVM API Documentation

llvm::is_integral< T > Struct Template Reference

Metafunction that determines whether the given type is an integral type. More...

#include <type_traits.h>

Inheritance diagram for llvm::is_integral< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::is_integral< T >:
Collaboration graph
[legend]

List of all members.


Detailed Description

template<typename T>
struct llvm::is_integral< T >

Metafunction that determines whether the given type is an integral type.

Definition at line 134 of file type_traits.h.


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