AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Hyperlinks.h"
Static Public Member Functions | |
static bool | StoreTo (std::string_view &val, std::string_view data) |
static bool | StoreTo (std::string &val, std::string_view data) |
template<typename T > | |
static std::enable_if_t< std::is_integral_v< T >, bool > | StoreTo (T &val, std::string_view data) |
static bool | StoreTo (ObjectGuid &val, std::string_view data) |
|
inlinestatic |
References ObjectGuid::Set().
|
inlinestatic |
|
inlinestatic |
Referenced by HyperlinkDataTokenizer::TryConsumeTo().
|
inlinestatic |