MLPACK
1.0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
util
string_util.hpp
Go to the documentation of this file.
1
21
#ifndef __MLPACK_CORE_STRING_UTIL_HPP
22
#define __MLPACK_CORE_STRING_UTIL_HPP
23
24
#include <string>
25
26
namespace
mlpack {
27
namespace
util {
28
31
std::string
Indent
(std::string input);
32
33
};
// namespace util
34
};
// namespace mlpack
35
36
#endif
mlpack::util::Indent
std::string Indent(std::string input)
A utility function that replaces all all newlines with a number of spaces depending on the indentatio...
Generated by
1.8.5