Phi
Public Types | Static Public Attributes | List of all members
detail::is_direct_constructible_impl< ToT, ArgT > Struct Template Reference
Inheritance diagram for detail::is_direct_constructible_impl< ToT, ArgT >:
Inheritance graph
[legend]
Collaboration diagram for detail::is_direct_constructible_impl< ToT, ArgT >:
Collaboration graph
[legend]

Public Types

using type = decltype(test< ToT, ArgT >(0))
 

Static Public Attributes

static PHI_CONSTEXPR_AND_CONST bool value = type::value
 

Additional Inherited Members

- Static Public Member Functions inherited from detail::do_is_direct_constructible_impl
template<typename ToT , typename ArgT , typename = decltype(::new ToT(declval<ArgT>()))>
static true_type test (int)
 
template<typename , typename >
static false_type test (...)
 

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