![]() |
cpp-project-template 0.0.1.0
C++ Project Template
|
This file contains utility functions. More...
Go to the source code of this file.
Namespaces | |
namespace | cpp_proj |
Namespace for this application. |
Functions | |
std::string | cpp_proj::wordWrap (const std::string &str, size_t width) |
Breaks a string into multiple lines, each not exceeding the specified width. |
This file contains utility functions.