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 values is one of a set of possible values. More... | |
class | ml::ContainerProxy< T, R, I, Count, Access > |
This template implements a proxy for container that contain a collection of items that are normally accessed with a get by index method. More... | |
class | ml::ContainerProxy< T, R, I, Count, Access >::iterator |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
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) |