|
static unsigned char | test (Ch ch) |
|
template<class Ch = char>
template<Ch Quote>
struct rapidxml::xml_document< Ch >::attribute_value_pred< Quote >
Definition at line 1483 of file rapidxml.hpp.
◆ test()
static unsigned char test |
( |
Ch |
ch | ) |
|
|
inlinestatic |
Definition at line 1485 of file rapidxml.hpp.
1487 if (Quote == Ch(
'\''))
1488 return internal::lookup_tables<0>::lookup_attribute_data_1[
static_cast<unsigned char>(ch)];
1489 if (Quote == Ch(
'\"'))
1490 return internal::lookup_tables<0>::lookup_attribute_data_2[static_cast<unsigned char>(ch)];
The documentation for this struct was generated from the following file: