25 #ifndef SVNXX_DEPTH_HPP
26 #define SVNXX_DEPTH_HPP
34 namespace subversion {
55 std::string to_string(depth);
61 std::wstring to_wstring(depth);
67 std::u16string to_u16string(depth);
73 std::u32string to_u32string(depth);
79 #endif // SVNXX_DEPTH_HPP