tinympl
0.2
mini MPL library for C++11
|
Classes | |
class | tinympl::at< I, Sequence > |
Get the i-th element of a sequence. More... | |
class | tinympl::erase< First, Last, Seq, Out > |
Remove a range in a given sequence. More... | |
class | tinympl::insert< Pos, SubSeq, Seq, Out > |
Insert a subsequence into a given sequence at a given position. More... | |
class | tinympl::join< Args > |
Merge two sequences. More... | |
class | tinympl::size< Seq > |
Get the number of elements of a sequence. More... | |
Algorithms which perform trivial operations on sequences