_Rope_Concat_fn< _CharT, _Alloc > Struct Template Reference#include <_rope.h>
Inheritance diagram for _Rope_Concat_fn< _CharT, _Alloc >:
List of all members.
|
Public Member Functions |
rope< _CharT, _Alloc > | operator() (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y) |
Detailed Description
template<class _CharT, class _Alloc>
struct _Rope_Concat_fn< _CharT, _Alloc >
Definition at line 112 of file _rope.h.
Member Function Documentation
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] |
The documentation for this struct was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_rope.h
Generated on Mon Mar 10 15:32:55 2008 by
1.5.1
|