TrinityCore
|
#include "cppformat/format.h"
Go to the source code of this file.
Namespaces | |
Trinity | |
Functions | |
template<typename Format , typename... Args> | |
std::string | Trinity::StringFormat (Format &&fmt, Args &&...args) |
Default TC string format function. More... | |
bool | Trinity::IsFormatEmptyOrNull (const char *fmt) |
Returns true if the given char pointer is null. More... | |
bool | Trinity::IsFormatEmptyOrNull (std::string const &fmt) |
Returns true if the given std::string is empty. More... | |