|
MeVisLab Toolbox Reference
|
Go to the source code of this file.
Classes | |
| struct | ml::Is< T > |
In combination with the in function, it returns true if a passed value is in the set of possible values. More... | |
| class | ml::ContainerProxy< T, R, I, Count, Access > |
| This template implements a proxy for containers that contain a collection of items normally accessed with a get-by-index method. More... | |
| class | ml::ContainerProxy< T, R, I, Count, Access >::iterator |
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
Functions | |
| template<class T> | |
| constexpr Is< T > | ml::is (T d) |
| template<typename Range1, typename Range2, typename BinaryPredicate> | |
| constexpr Range2::const_iterator | ml::is_rotated (const Range1 &range1, const Range2 &range2, BinaryPredicate p) |
| template<typename Range1, typename Range2> | |
| constexpr Range2::const_iterator | ml::is_rotated (const Range1 &range1, const Range2 &range2) |