X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fstringfunctions.h;fp=include%2Fstringfunctions.h;h=ac803c9f1579cc04e317f8181486d5dc68f30032;hb=6b896a9e1dc143bba86795be1e9336549db9b85f;hp=5222ca10bfe43d8783ced788b9d2f1fb99ac6b37;hpb=8adfd604a97d385869b0ce763b35d014d7aa2cca;p=fms.git diff --git a/include/stringfunctions.h b/include/stringfunctions.h index 5222ca1..ac803c9 100644 --- a/include/stringfunctions.h +++ b/include/stringfunctions.h @@ -8,6 +8,12 @@ namespace StringFunctions { +inline const bool Convert(const std::string &input, std::string &output) +{ + output=input; + return true; +} + /** \brief Converts a string into any other type \param input[in] string to convert