ReactOS 0.4.15-dev-7834-g00c4b3d
_Rope_Concat_fn< _CharT, _Alloc > Struct Template Reference

#include <_rope.h>

Inheritance diagram for _Rope_Concat_fn< _CharT, _Alloc >:
Collaboration diagram for _Rope_Concat_fn< _CharT, _Alloc >:

Public Member Functions

rope< _CharT, _Allocoperator() (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y)
 

Additional Inherited Members

- Public Types inherited from binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >
typedef rope< _CharT, _Allocfirst_argument_type
 
typedef rope< _CharT, _Allocsecond_argument_type
 
typedef rope< _CharT, _Allocresult_type
 
- Protected Member Functions inherited from binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > >
 ~binary_function ()
 

Detailed Description

template<class _CharT, class _Alloc>
struct _Rope_Concat_fn< _CharT, _Alloc >

Definition at line 121 of file _rope.h.

Member Function Documentation

◆ operator()()

template<class _CharT , class _Alloc >
rope< _CharT, _Alloc > _Rope_Concat_fn< _CharT, _Alloc >::operator() ( const rope< _CharT, _Alloc > &  __x,
const rope< _CharT, _Alloc > &  __y 
)
inline

Definition at line 124 of file _rope.h.

125 {
126 return __x + __y;
127 }

The documentation for this struct was generated from the following file: