tmp/tmp5vzle6kj/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Character classification <a id="classification">[[classification]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class charT> bool isspace (charT c, const locale& loc);
|
| 5 |
template<class charT> bool isprint (charT c, const locale& loc);
|
| 6 |
template<class charT> bool iscntrl (charT c, const locale& loc);
|
|
|
|
| 1 |
+
##### Character classification <a id="classification">[[classification]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class charT> bool isspace (charT c, const locale& loc);
|
| 5 |
template<class charT> bool isprint (charT c, const locale& loc);
|
| 6 |
template<class charT> bool iscntrl (charT c, const locale& loc);
|