sprint 1-alpha
|
A lightweight string class with essential features. More...
#include <string.h>
Go to the source code of this file.
Classes | |
class | sprint::light_string |
Dynamic allocated string, without shared pointer and capacity feature. More... | |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Functions | |
light_string | sprint::operator+ (const light_string &a, const char *str) |
light_string | sprint::operator+ (const light_string &a, const light_string &b) |
A lightweight string class with essential features.