home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_11_11
/
saks
/
immdes.hpp
< prev
next >
Wrap
Text File
|
1993-09-10
|
195b
|
13 lines
const String &passthru(const String &x)
{
return x;
}
void foo()
{
String x("foo");
String y("bar");
size_t len = passthru(s + t).len();
// ...
}