LLVM  8.0.1
llvm::is_trivially_move_constructible< T > Struct Template Reference

An implementation of std::is_trivially_move_constructible since we have users with STLs that don't yet include it. More...

#include "llvm/Support/type_traits.h"

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

Detailed Description

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

An implementation of std::is_trivially_move_constructible since we have users with STLs that don't yet include it.

Definition at line 139 of file type_traits.h.


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