Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Tests if type doesn't throw on default construction.
template<class Ty>
struct has_nothrow_default_constructor;
Parameters
- Ty
The type to query.
Remarks
An instance of the type predicate holds true if the type Ty has a nothrow default constructor, otherwise it holds false.
Requirements
Header: <type_traits>
Namespace: std