Hacker News new | ask | show | jobs
by nwmcsween 2913 days ago
The implementation of std::string is 99.999% of the time struct { char *s; size_t len; }, which has nothing to do with an actual type.