tinympl
0.2
mini MPL library for C++11
|
Classes | |
class | tinympl::all_of< Sequence, F > |
Determines whether every element in the sequence satisfies the given predicate. More... | |
class | tinympl::any_of< Sequence, F > |
Determines whether any of the elements in the sequence satisfy the given predicate. More... | |
class | tinympl::count< Sequence, T > |
Counts the number of elements in a sequence equal to a given one. More... | |
class | tinympl::count_if< Sequence, F > |
Counts the number of elements which satisfy a given predicate. More... | |
class | tinympl::find< Sequence, T > |
Compute the index of the first element in the sequence which is equal to the given type T. More... | |
class | tinympl::find_if< Sequence, F > |
class | tinympl::none_of< Sequence, F > |
Determines whether none of the elements in the sequence satisfy the given predicate. More... | |
Algorithms which analyze a sequence without producing an output sequence