cpp-project-template 0.0.1.0
C++ Project Template
Loading...
Searching...
No Matches
utils.cpp File Reference

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.