
Go to the source code of this file.
Namespaces | |
| namespace | ApproxMVBB |
These are some container definitions. | |
| namespace | ApproxMVBB::ContainerFunctions |
Functions | |
| template<typename Iterator , typename Comp > | |
| Iterator | ApproxMVBB::ContainerFunctions::moveConsecutiveToFrontIf (Iterator b, Iterator e, Comp c) |
| template<typename Iterator , typename Func , typename Skip > | |
| Iterator | ApproxMVBB::ContainerFunctions::moveConsecutiveToFrontIf (Iterator b, Iterator e, Func f, Skip s) |
| template<typename Iterator , typename Func > | |
| Iterator | ApproxMVBB::ContainerFunctions::moveElementsToBackIf (Iterator b, Iterator e, Func f) |
| template<typename Iterator , typename Func > | |
| Iterator | ApproxMVBB::ContainerFunctions::moveElementsToFrontIf (Iterator b, Iterator e, Func f) |