Thrill  0.1
word_wrap.hpp File Reference
#include <string>
+ Include dependency graph for word_wrap.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tlx
 

Functions

std::string word_wrap (const std::string &str, unsigned int wrap=80)
 Try to wrap a string to 80 columns without split words. More...