Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ctype<char>::classic_table

      From cppreference.com
      <cpp‎ |locale‎ |ctype char
       
       
       
      Localization library
       
       
      Defined in header<locale>
      staticconst mask* classic_table()throw();
      (until C++11)
      staticconst mask* classic_table()noexcept;
      (since C++11)

      Returns the classification table that matches the classification used by the minimal "C" locale.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      A pointer to the first element in the classification table (which is an array of sizestd::ctype<char>::table_size).

      [edit]Notes

      Default-constructedstd::ctype<char> facets use this table for classification.

      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/locale/ctype_char/classic_table&oldid=160071"

      [8]ページ先頭

      ©2009-2026 Movatter.jp