#include <stl_rope.h>
Inheritance diagram for rope::concat_fn:


Public Methods | |
| rope | operator() (const rope &x, const rope &y) |
|
||||||||||||||||
|
Definition at line 1138 of file stl_rope.h.
01138 {
01139 return x + y;
01140 }
|
| Documentation generated on Thu May 2 15:03:43 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |