CMS 3D CMS Logo

List of all members | Static Public Attributes
edm::detail::has_typedef_member_type< T > Struct Template Reference

#include <WrapperDetail.h>

Static Public Attributes

static constexpr bool value = std::is_same<decltype(has_member_type<T>(nullptr)), yes_tag>::value
 

Detailed Description

template<typename T>
struct edm::detail::has_typedef_member_type< T >

Definition at line 48 of file WrapperDetail.h.

Member Data Documentation

template<typename T >
constexpr bool edm::detail::has_typedef_member_type< T >::value = std::is_same<decltype(has_member_type<T>(nullptr)), yes_tag>::value
static