lundi 29 juin 2015

C++ immutable string container

Is there amy standard immutable string container that encapsulate char* and nothing else? Usage will be for storing strings into vectors and using char arrays as objects.

The reason I do not want to use std::string is their overhead.

Aucun commentaire:

Enregistrer un commentaire