432                                 . STL   



STL:  ,   
mismath(bl, el, b2 , binp)  ,   ,       binp equal (bl, el, b2 )  ,    ,    equal (bl, el, b2 , binp)  ,   ,       binp search (bl, el, b2 , 2) ,     .  ,        ;     1 search(bl, el, b2 , 2 , binp)  ,   ,       binp

.3.3.   

     ,  -
  .       
.    .  9.10.3,  -
 ,  . 271 (  stl_revr.cpp).

     .

    template<class Inputlter, class Outputlter>

Outputlter copy(Inputlter bl, Inputlter el, Outputlter b2) ;

      bl  1.   
  b2.    .

template<class Bidilteri, class Bidilter2>
Bidilter2 copy_backward(Bidilfceri bl, Bidilteri el,

Bidilter2 b2) ;

     bl  el   . 
    b2.     -
: 12, 1--2--   .   b2 - (el - bl).

 template<class Bidilter>

void reverse(Bidilter b, Bidilter e);

     b  e    .

 template<class Bidilter, class Outputlter>

Outputlter reverse_copy(Bidilter bl, Bidilter el,
Outputlter b2);