TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
StringFormat.h File Reference
#include "cppformat/format.h"
+ Include dependency graph for StringFormat.h:
+ This graph shows which files directly or indirectly include this file:

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...