regex_traits Class
Eşleşen öğe özelliklerini açıklar.
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;
};
Parametreler
- Elem
Açıklamak için öğe türü.
Notlar
Şablon sınıfı türü için çeşitli normal ifade nitelikler açıklar Elem. Şablon sınıfı basic_regex Class türdeki öğeleri işlemek için bu bilgileri kullanır Elem.
Her regex_traits object türünde bir nesne tutan regex_traits::locale kullanılan bazı üye işlevlerini yerine. Varsayılan yerel bir kopyası regex_traits::locale(). Üye işlevi imbue yerel nesne ve üye işlevini değiştirir getloc yerel nesnenin bir kopyasını döndürür.
Gereksinimler
Başlık: <regex>
Namespace: std