Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

rope::concat_fn Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for rope::concat_fn:

Inheritance graph
[legend]
Collaboration diagram for rope::concat_fn:

Collaboration graph
[legend]
List of all members.

Public Methods

rope operator() (const rope &x, const rope &y)

template<class charT, class Alloc>
struct rope< charT, Alloc >::concat_fn


Member Function Documentation

template<class charT, class Alloc>
rope rope< charT, Alloc >::concat_fn::operator() const rope   x,
const rope   y
[inline]
 

Definition at line 1138 of file stl_rope.h.

01138                                                                {
01139                     return x + y;
01140                 }


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

Documentation generated on Thu May 2 15:03:43 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001