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