![]() |
TrinityCore
|
#include "Define.h"#include "Errors.h"#include "Optional.h"#include "Types.h"#include "Util.h"#include <charconv>#include <string>#include <string_view>#include <type_traits>
Include dependency graph for StringConvert.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Impl |
| namespace | Trinity::Impl::StringConvertImpl |
Functions | |
| template<typename Result , typename... Params> | |
| Optional< Result > | Trinity::StringTo (std::string_view str, Params &&... params) |
| template<typename Type , typename... Params> | |
| std::string | Trinity::ToString (Type &&val, Params &&... params) |