Phi
Static Public Member Functions | Static Public Attributes | List of all members
detail::is_complete_imp< TypeT > Struct Template Reference

Static Public Member Functions

template<typename OtherT , typename = decltype(sizeof(declval<OtherT>()))>
static yes_type check (OtherT *)
 
template<typename OtherT >
static no_type check (...)
 

Static Public Attributes

static PHI_CONSTEXPR_AND_CONST bool value
 

Member Data Documentation

◆ value

template<typename TypeT >
PHI_CONSTEXPR_AND_CONST bool detail::is_complete_imp< TypeT >::value
static
Initial value:
=
sizeof(check<TypeT>(nullptr)) == sizeof_yes_type

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