|
static unsigned char | test (Ch ch) |
|
template<class Ch = char>
template<Ch Quote>
struct rapidxml::xml_document< Ch >::attribute_value_pure_pred< Quote >
Definition at line 1497 of file rapidxml.hpp.
◆ test()
static unsigned char test |
( |
Ch |
ch | ) |
|
|
inlinestatic |
Definition at line 1499 of file rapidxml.hpp.
1501 if (Quote == Ch(
'\''))
1502 return internal::lookup_tables<0>::lookup_attribute_data_1_pure[
static_cast<unsigned char>(ch)];
1503 if (Quote == Ch(
'\"'))
1504 return internal::lookup_tables<0>::lookup_attribute_data_2_pure[static_cast<unsigned char>(ch)];
The documentation for this struct was generated from the following file: