proxygen
folly::dptr_detail::IsSameType< T, U, Types... > Struct Template Reference

#include <DiscriminatedPtrDetail.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T, typename U, typename... Types>
struct folly::dptr_detail::IsSameType< T, U, Types... >

Definition at line 67 of file DiscriminatedPtrDetail.h.

Member Data Documentation

template<typename T , typename U , typename... Types>
const bool folly::dptr_detail::IsSameType< T, U, Types... >::value
static
Initial value:
=
std::is_same<T, U>::value && IsSameType<U, Types...>::value

Definition at line 68 of file DiscriminatedPtrDetail.h.


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