Boost logo

Boost Users :

From: alexei_novakov (alexei_novakov_at_[hidden])
Date: 2002-11-18 19:05:27


Hello everyone.

I have two classes which I found pretty handy: sub_string (behaves as
a mirror of the portion of master basic_string) and const_string (C-
string wrapper). Nice thing about these two is they implemented as
template specialization of basic_string which has advantages:
a) familiar interface;
b) possibility to reuse the code written for basic_string (like
string streams, lexical casts, etc).

Any interest?

Regards.

Alexei Novakov


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net