C++ container cheet sheets
NOTE
- CopyConstructible must be MoveConstructible
- MoveConstructible might not be CopyConstructible
- CopyConstructible have more strict requirement than MoveConstructible
- Reference
- What’s the difference between deque and list STL containers?