is_nothrow_copy_constructible Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at is_nothrow_copy_constructible Class.
Tests whether type has a nothrow copy constructor.
template <class Ty> struct is_nothrow_copy_constructible;
Parameters
Ty
The type to query.
An instance of the type predicate holds true if the type Ty has a nothrow copy constructor, otherwise it holds false.
Header: <type_traits>
Namespace: std
Show: