Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::ctype<char>::table

      From cppreference.com
      <cpp‎ |locale‎ |ctype char
       
       
       
      Localization library
       
       
      Defined in header<locale>
      const mask* table()constthrow();
      (until C++11)
      const mask* table()constnoexcept;
      (since C++11)

      Returns the classification table that was provided in the constructor of this instance ofstd::ctype<char>, or returns a copy ofclassic_table() if none was provided.

      [edit]Parameters

      (none)

      [edit]Return value

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

      [edit]Example

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

      [8]ページ先頭

      ©2009-2025 Movatter.jp