Udostępnij za pośrednictwem


regex_traits Class

Opisuje właściwości elementów do dopasowania.

template<class Elem>
    struct regex_traits {
    regex_traits();

    static size_type length(const char_type *str);
    char_type translate(char_type ch) const;
    char_type translate_nocase(char_type ch) const;
    template<class FwdIt>
        string_type transform(FwdIt first, FwdIt last) const;
    template<class FwdIt>
        string_type transform_primary(FwdIt first, FwdIt last) const;
    template<class FwdIt>
        char_class_type lookup_classname(FwdIt first, FwdIt last) const;
    template<class FwdIt>
        string_type lookup_collatename(FwdIt first, FwdIt last) const;
    bool isctype(char_type ch, char_class_type cls) const;
    int value(Elem ch, int base) const;
    locale_type imbue(locale_type loc);
    locale_type getloc() const;

    typedef Elem char_type;
    typedef T6 size_type;
    typedef basic_string<Elem> string_type;
    typedef T7 locale_type;
    typedef T8 char_class_type;
    };

Parametry

  • Elem
    Typ elementu do opisu.

Uwagi

Klasa szablonu opisuje różne cechy wyrażenia regularnego dla typu Elem.Klasa szablonu basic_regex Class te informacje są używane do manipulowania elementami typu Elem.

Każdy regex_traits obiekt posiada obiektu typu regex_traits::locale używaną przez niektóre z jego funkcji elementów członkowskich.Domyślne ustawienia regionalne to kopia regex_traits::locale().Funkcja Członkowskie imbue zastępuje obiektu ustawień regionalnych i funkcji składowej getloc zwraca kopię obiektu ustawień regionalnych.

Wymagania

Nagłówek: <regex>

Obszar nazw: std

Zobacz też

Informacje

<regex>

regex_traits Class

regex_traits<char> Class

regex_traits<wchar_t> Class

Inne zasoby

<regex> Członkowie