11 #ifndef TLX_STRING_WORD_WRAP_HEADER 12 #define TLX_STRING_WORD_WRAP_HEADER 32 #endif // !TLX_STRING_WORD_WRAP_HEADER std::string word_wrap(const std::string &str, unsigned int wrap)
Try to wrap a string to 80 columns without split words.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking