MLPACK
1.0.4
|
00001 00021 #ifndef __MLPACK_CORE_STRING_UTIL_HPP 00022 #define __MLPACK_CORE_STRING_UTIL_HPP 00023 00024 #include <string> 00025 00026 namespace mlpack { 00027 namespace util { 00028 00031 std::string Indent(std::string input); 00032 00033 }; // namespace util 00034 }; // namespace mlpack 00035 00036 #endif