CTT_Match |
Top Previous Next |
Code generation > Supporting code > CTT_Match
template <class char_type > class CTT_Match : public CTT_Token<char_type>
CTT_Match is a class, to remember the result of a token test. As opposed to the base class CTT_Token it contains a match_results element from the boost regex library.
The template parameter either can be char or wchar_t.
|
This page belongs to the TextTransformer Documentation |
Home Content German |