IN2OSM
1.0.1
Static Public Member Functions
|
List of all members
xml_document< Ch >::text_pred
Collaboration diagram for xml_document< Ch >::text_pred:
Static Public Member Functions
static unsigned char
test
(Ch ch)
Detailed Description
template<class Ch = char>
struct rapidxml::xml_document< Ch >::text_pred
Definition at line
1455
of file
rapidxml.hpp
.
Member Function Documentation
◆
test()
static unsigned char test
(
Ch
ch
)
inline
static
Definition at line
1457
of file
rapidxml.hpp
.
1458
{
1459
return
internal::lookup_tables<0>::lookup_text[
static_cast<
unsigned
char
>
(ch)];
1460
}
The documentation for this struct was generated from the following file:
Rapidxml/
rapidxml.hpp
rapidxml
xml_document
text_pred
Generated by
1.8.13