MLPACK  1.0.11
string_util.hpp
Go to the documentation of this file.
1 
23 #ifndef __MLPACK_CORE_STRING_UTIL_HPP
24 #define __MLPACK_CORE_STRING_UTIL_HPP
25 
26 #include <string>
27 
28 namespace mlpack {
29 namespace util {
30 
33 std::string Indent(std::string input, const size_t howManyTabs = 1);
34 
35 }; // namespace util
36 }; // namespace mlpack
37 
38 #endif
std::string Indent(std::string input, const size_t howManyTabs=1)
A utility function that replaces all all newlines with a number of spaces depending on the indentatio...