Test for any space or punctuation code unit.
More...
#include <stdex/parser.hpp>
|
| basic_space_or_punct_cu (bool invert=false, const std::locale &locale=std::locale()) |
|
| basic_parser (const std::locale &locale=std::locale()) |
|
bool | search (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
bool | match (const std::basic_string_view< T, std::char_traits< T > > text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
virtual void | invalidate () |
|
|
virtual bool | do_match (_In_reads_or_z_opt_(end) const T *text, size_t start=0, size_t end=SIZE_MAX, int flags=match_default) |
|
|
bool | m_invert |
|
std::locale | m_locale |
|
template<class T>
class stdex::parser::basic_space_or_punct_cu< T >
Test for any space or punctuation code unit.
◆ do_match()
The documentation for this class was generated from the following file: