Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Functions

template<typename I, typename O>
sorted (I f, I l, O o)
template<typename I>
sorted (I f, I l)
template<typename I, typename O>
bool is_sorted (I f, I l, O o)
template<typename I>
bool is_sorted (I f, I l)
template<typename I, typename C, typename P>
bool is_sorted (I f, I l, C c, P p)
template<typename I, typename C, typename P>
bool is_sorted (const I &r, C c, P p)
template<typename I, typename C>
bool is_sorted (const I &r, C c)
template<typename I>
bool is_sorted (const I &r)

Detailed Description

Function Documentation

◆ sorted() [1/2]

template<typename I, typename O>
I sorted ( I f,
I l,
O o )

Definition at line 36 of file sorted.hpp.

◆ sorted() [2/2]

template<typename I>
I sorted ( I f,
I l )

Definition at line 52 of file sorted.hpp.

◆ is_sorted() [1/6]

template<typename I, typename O>
bool is_sorted ( I f,
I l,
O o )

Definition at line 64 of file sorted.hpp.

◆ is_sorted() [2/6]

template<typename I>
bool is_sorted ( I f,
I l )

Definition at line 77 of file sorted.hpp.

◆ is_sorted() [3/6]

template<typename I, typename C, typename P>
bool is_sorted ( I f,
I l,
C c,
P p )

Definition at line 90 of file sorted.hpp.

◆ is_sorted() [4/6]

template<typename I, typename C, typename P>
bool is_sorted ( const I & r,
C c,
P p )

Definition at line 106 of file sorted.hpp.

◆ is_sorted() [5/6]

template<typename I, typename C>
bool is_sorted ( const I & r,
C c )

Definition at line 118 of file sorted.hpp.

◆ is_sorted() [6/6]

template<typename I>
bool is_sorted ( const I & r)

Definition at line 129 of file sorted.hpp.