tinympl  0.2
mini MPL library for C++11
Set operations (on unsorted sequences)

Classes

class  tinympl::variadic::is_unique< Args >
 Determines whether the input sequence contains only unique elements. More...
 

Detailed Description

Algorithms which perform set operations.

Note
Unlike the std counterparts, these algorithms do not require an ordering of the elements.