|
static unsigned char | test (Ch ch) |
|
template<class Ch = char>
struct rapidxml::xml_document< Ch >::attribute_name_pred
Definition at line 1446 of file rapidxml.hpp.
◆ test()
static unsigned char test |
( |
Ch |
ch | ) |
|
|
inlinestatic |
Definition at line 1448 of file rapidxml.hpp.
1450 return internal::lookup_tables<0>::lookup_attribute_name[
static_cast<unsigned char>(ch)];
The documentation for this struct was generated from the following file: