True when T is nothrow copy constructible and nothrow copy assignable.
Synopsis
Declared in <folly/Expected.h>
template<class T>
using IsNothrowCopyable = StrictConjunction<std::is_nothrow_copy_constructible<T>, std::is_nothrow_copy_assignable<T>>;
Created with MrDocs