CodePorting.Translator.Cs2Cpp.Framework
System::Constraints::IsDefaultConstructibleTest< T, typename > Struct Template Reference

Implementation that checks whether type is default constructible or not. More...

#include <constraints.h>

Inherits std::false_type.

Inherited by System::Constraints::IsDefaultConstructible< T >, and System::Constraints::IsDefaultConstructible< SmartPtr< T > >.

Detailed Description

template<typename T, typename = void>
struct System::Constraints::IsDefaultConstructibleTest< T, typename >

Implementation that checks whether type is default constructible or not.