Search code examples
Is std::atomic<bool> trivially copyable?...


c++language-lawyerstdatomictrivially-copyable

Read More
C++ struct with anonymous union...


c++variantstandard-layouttrivially-copyableanonymous-union

Read More
Do all special member functions need to be trivial for a class to be trivially copyable?...


c++c++11language-lawyertrivially-copyable

Read More
Which rules determine whether an object is trivially copyable...


c++c++11language-lawyertype-traitstrivially-copyable

Read More
Why is std::is_pod deprecated in C++20?...


c++type-traitsstandard-layouttrivially-copyable

Read More
mutable data member, template constructor and trivially copy constructible...


c++language-lawyercopy-constructormutabletrivially-copyable

Read More
Class isn't trivially_copyable if a constraint on its assignment operator is not satisfied with ...


c++language-lawyerc++20compiler-bugtrivially-copyable

Read More
Why is a class trivially copyable with all private special member functions?...


c++language-lawyerc++20trivially-copyable

Read More
Is std::istream_iterator<int> trivially copy constuctible?...


c++constructorlanguage-lawyertrivially-copyable

Read More
Trivially copyable class - what has changed in C++20?...


c++c++20trivially-copyable

Read More
Why (if that is the case) does the standard say that copying uninitialized memory with memcpy is UB?...


c++language-lawyerstandardsundefined-behaviortrivially-copyable

Read More
BackNext