LLVM  8.0.1
Static Public Attributes | List of all members
llvm::isPodLike< Optional< T > > Struct Template Reference

#include "llvm/ADT/Optional.h"

Collaboration diagram for llvm::isPodLike< Optional< T > >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value = isPodLike<T>::value
 

Detailed Description

template<typename T>
struct llvm::isPodLike< Optional< T > >

Definition at line 187 of file Optional.h.

Member Data Documentation

◆ value

template<typename T >
const bool llvm::isPodLike< Optional< T > >::value = isPodLike<T>::value
static

Definition at line 189 of file Optional.h.


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