Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Functions | |
template<typename I, typename O> | |
I | sorted (I f, I l, O o) |
template<typename I> | |
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) |
I sorted | ( | I | f, |
I | l, | ||
O | o ) |
Definition at line 36 of file sorted.hpp.
I sorted | ( | I | f, |
I | l ) |
Definition at line 52 of file sorted.hpp.
bool is_sorted | ( | I | f, |
I | l, | ||
O | o ) |
Definition at line 64 of file sorted.hpp.
bool is_sorted | ( | I | f, |
I | l ) |
Definition at line 77 of file sorted.hpp.
bool is_sorted | ( | I | f, |
I | l, | ||
C | c, | ||
P | p ) |
Definition at line 90 of file sorted.hpp.
bool is_sorted | ( | const I & | r, |
C | c, | ||
P | p ) |
Definition at line 106 of file sorted.hpp.
bool is_sorted | ( | const I & | r, |
C | c ) |
Definition at line 118 of file sorted.hpp.
bool is_sorted | ( | const I & | r | ) |
Definition at line 129 of file sorted.hpp.