Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Tests if type doesn't throw on copy construction.
template<class Ty>
struct has_nothrow_copy_constructor;
Parameters
- Ty
The type to query.
Remarks
An instance of the type predicate holds true if the type Ty has only nothrow copy constructors, otherwise it holds false.
Requirements
Header: <type_traits>
Namespace: std