From what I remember C++ has concepts such as Mergable, Container, Comparable, Sortable, Arithmetic etc. I seen them here and there but I never seen a list. Where can I find a list of standard C++ concepts?
-edit- people are confused but what I mean is the example template line in this slide which has Container and Sortable. What else is there?