_Rope_Concat_fn Struct Reference
#include
<stdapis/stlportv5/stl/_rope.h>
struct _Rope_Concat_fn : public binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > > |
Public Member Functions |
---|
rope< _CharT, _Alloc > | operator()(const rope< _CharT, _Alloc > &, const rope< _CharT, _Alloc > &) |
Inherited Type Definitions |
---|
| binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >::first_argument_type |
| binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >::result_type |
| binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >::second_argument_type |
Member Function Documentation
operator() ( const rope< _CharT, _Alloc > &, const rope< _CharT, _Alloc > & )
rope< _CharT, _Alloc > | operator() | ( | const rope< _CharT, _Alloc > & | __x, |
| const rope< _CharT, _Alloc > & | __y |
| ) | [inline] |