#include "mlUtilsSystem.h"
#include <algorithm>
#include <iterator>
Go to the source code of this file.
|
| namespace | ml |
| | Main documentation file for ML users and developers.
|
| |
|
| 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) |
| |