Struct isSorted

Struct Documentation

struct isSorted

Check if given container is sorted using std::is_sorted.

One Check struct that checks whether the given container is sorted according to std::is_sorted. Thus supports types that are supported by std::is_sorted.

Public Functions

template<typename T>
inline bool operator()(const T &container) const