IN2OSM  1.0.1
xml_document< Ch >::text_pure_no_ws_pred
Collaboration diagram for xml_document< Ch >::text_pure_no_ws_pred:
Collaboration graph

Static Public Member Functions

static unsigned char test (Ch ch)
 

Detailed Description

template<class Ch = char>
struct rapidxml::xml_document< Ch >::text_pure_no_ws_pred

Definition at line 1464 of file rapidxml.hpp.

Member Function Documentation

◆ test()

static unsigned char test ( Ch  ch)
inlinestatic

Definition at line 1466 of file rapidxml.hpp.

1467  {
1468  return internal::lookup_tables<0>::lookup_text_pure_no_ws[static_cast<unsigned char>(ch)];
1469  }

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