#include <bits/c++config.h>#include <bits/c++locale.h>#include <iosfwd>#include <bits/functexcept.h>Include dependency graph for localefwd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Defines | |
| #define | LOCALEFWDH |
Functions | |
| template<typename Facet> | |
| bool | std::has_facet (const locale &__loc) throw () |
| Test for the presence of a facet. | |
| template<typename Facet> | |
| const Facet & | std::use_facet (const locale &__loc) |
| Return a facet. | |
| template<typename Facet> | |
| const Facet & | std::check_facet (const Facet *__f) |
| template<typename CharT> | |
| bool | std::isspace (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isprint (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::iscntrl (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isupper (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::islower (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isalpha (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isdigit (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::ispunct (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isxdigit (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isalnum (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| bool | std::isgraph (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| CharT | std::toupper (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
| template<typename CharT> | |
| CharT | std::tolower (CharT c, const locale &__loc) |
| Convenience interface to ctype.is(). | |
Definition in file localefwd.h.
1.5.1