The Wayback Machine - https://web.archive.org/web/20170424211139/http://en.cppreference.com:80/w/cpp/locale/ctype_char/table
Namespaces
Variants
Views
Actions

std::ctype<char>::table

From cppreference.com
< cpp‎ | locale‎ | ctype char
 
 
 
 
Defined in header <locale>
const mask* table() const;
(1)

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

Contents

[edit] Parameters

(none)

[edit] Return value

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

[edit] Exceptions

(none) (until C++11)
noexcept specification:  
noexcept
  
(since C++11)

[edit] Example

Morty Proxy This is a proxified and sanitized view of the page, visit original site.