AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
LinkValidator< T > Struct Template Reference

Static Public Member Functions

static bool IsTextValid (typename T::value_type, std::string_view)
 
static bool IsColorValid (typename T::value_type, HyperlinkColor)
 

Detailed Description

template<typename T>
struct LinkValidator< T >

Member Function Documentation

◆ IsColorValid()

template<typename T >
static bool LinkValidator< T >::IsColorValid ( typename T::value_type  ,
HyperlinkColor   
)
inlinestatic
107{ return true; }

◆ IsTextValid()

template<typename T >
static bool LinkValidator< T >::IsTextValid ( typename T::value_type  ,
std::string_view   
)
inlinestatic