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

Definition at line 104 of file Hyperlinks.cpp.

Member Function Documentation

◆ IsColorValid()

template<typename T >
static bool LinkValidator< T >::IsColorValid ( typename T::value_type  ,
HyperlinkColor   
)
inlinestatic

Definition at line 107 of file Hyperlinks.cpp.

◆ IsTextValid()

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

Definition at line 106 of file Hyperlinks.cpp.

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: