#include <has_default_constructor.hpp>
type trait to check for a default constructor
The default implementation just checks for a trivial constructor. Using some compiler magic it might be possible to provide a better default
Definition at line 22 of file has_default_constructor.hpp.