GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::ctype::table(3) C++ Standard Libary std::ctype::table(3)

std::ctype::table - std::ctype::table


Defined in header <locale>
const mask* table() const throw(); (until C++11)
const mask* table() const noexcept; (since C++11)


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.


(none)


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


This section is incomplete
Reason: no example

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.