OKlibrary
0.2.1.6
|
Generic algorithms for sequences. More...
Namespaces | |
namespace | tests |
Classes | |
struct | Common_part_res_t |
struct | Common_part_c_res_t |
struct | Implementation_common_part |
struct | Implementation_common_part_std |
struct | Implementation_common_part_self |
struct | Common_part< Range1, Range2, Implementation_common_part_std > |
struct | Common_part_c< Range1, Range2, Implementation_common_part_std > |
struct | Common_part< Range1, Range2, Implementation_common_part_self > |
struct | Common_part_c< Range1, Range2, Implementation_common_part_self > |
Functions | |
template<class R1 , class R2 > | |
Common_part_res_t< R1, R2 >::type | common_part (R1 &r1, R2 &r2) |
template<class R1 , class R2 > | |
Common_part_c_res_t< R1, R2 >::type | common_part (const R1 &r1, const R2 &r2) |
template<class R1 , class R2 , class ImpPol > | |
Common_part_res_t< R1, R2 >::type | common_part (R1 &r1, R2 &r2, ImpPol) |
template<class R1 , class R2 , class ImpPol > | |
Common_part_c_res_t< R1, R2 >::type | common_part_c (const R1 &r1, const R2 &r2, ImpPol) |
Generic algorithms for sequences.
Alias Seq.
Common_part_res_t<R1,R2>::type OKlib::Programming::Sequences::common_part | ( | R1 & | r1, |
R2 & | r2 | ||
) | [inline] |
Definition at line 199 of file CommonPart.hpp.
Referenced by main().
Common_part_c_res_t<R1,R2>::type OKlib::Programming::Sequences::common_part | ( | const R1 & | r1, |
const R2 & | r2 | ||
) | [inline] |
Definition at line 205 of file CommonPart.hpp.
References common_part_c().
Common_part_res_t<R1,R2>::type OKlib::Programming::Sequences::common_part | ( | R1 & | r1, |
R2 & | r2, | ||
ImpPol | |||
) | [inline] |
Definition at line 212 of file CommonPart.hpp.
Common_part_c_res_t<R1,R2>::type OKlib::Programming::Sequences::common_part_c | ( | const R1 & | r1, |
const R2 & | r2, | ||
ImpPol | |||
) | [inline] |
Definition at line 218 of file CommonPart.hpp.
Referenced by common_part().