MIRA
|
IsDefaultConstructible<T>::value evaluates to true, if T is default constructible, otherwise false. More...
#include <utils/IsDefaultConstructible.h>
Public Types | |
enum | { value = sizeof( sfinae<T>(0) ) == sizeof(int) } |
IsDefaultConstructible<T>::value evaluates to true, if T is default constructible, otherwise false.