RAD Studio
ContentsIndex
PreviousUpNext
__has_nothrow_copy_constructor

Category 

Type Trait Functions 

Syntax 

bool __has_nothrow_copy_constructor ( typename T ) 

Returns true if and only if compiler can prove T has a copy constructor that cannot throw. 

Error if T is an incomplete type. 

True if __has_trivial_copy_constructor(T)

Ox interaction false if copy constructor is defined as deleted. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!