Searched defs:is_trivially_copyable (Results 1 – 1 of 1) sorted by relevance
211 struct is_trivially_copyable { struct238 static constexpr bool value = std::is_trivially_copyable<T>::value; argument