Searched refs:trivial_copy (Results 1 – 1 of 1) sorted by relevance
310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value; member311 static const bool nothrow_copy = is_nothrow_copy_constructible<T>::value || trivial_copy;