|
Functions |
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 > |
bool | is_sorted (const I &r, C c) |
template<typename I > |
bool | is_sorted (const I &r) |
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 > |
I | sorted (I f, I l) |
template<typename I , typename O > |
I | sorted (I f, I l, O o) |
Function Documentation
bool adobe::is_sorted |
( |
I |
f, |
|
|
I |
l, |
|
|
O |
o |
|
) |
| |
bool adobe::is_sorted |
( |
I |
f, |
|
|
I |
l |
|
) |
| |
bool adobe::is_sorted |
( |
const I & |
r, |
|
|
C |
c |
|
) |
| |
bool adobe::is_sorted |
( |
const I & |
r ) |
|
bool adobe::is_sorted |
( |
I |
f, |
|
|
I |
l, |
|
|
C |
c, |
|
|
P |
p |
|
) |
| |
bool adobe::is_sorted |
( |
const I & |
r, |
|
|
C |
c, |
|
|
P |
p |
|
) |
| |
I adobe::sorted |
( |
I |
f, |
|
|
I |
l |
|
) |
| |
I adobe::sorted |
( |
I |
f, |
|
|
I |
l, |
|
|
O |
o |
|
) |
| |
|