
9 Feb
2004
9 Feb
'04
6:13 p.m.
"Kevin Atkinson" <kevin@atkinson.dhs.org> wrote
parm_string is a special string class that is designed to be used as a parameter for a function that is expecting a string. It will allow either a "const char *" or "string" class to be passed in.
I just had this problem and your solution came at the right moment ;-) Maybe this class can become part of "string algorithms" library. /Pavel