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::classic_table(3) C++ Standard Libary std::ctype::classic_table(3)

std::ctype::classic_table - std::ctype::classic_table


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


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


(none)


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


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


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.