|
Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
| typedef CharT | char_type |
Static Public Member Functions | |
| static bool | eq (char_type c1, char_type c2) |
| static bool | lt (char_type c1, char_type c2) |
| static int | compare (const char_type *s1, const char_type *s2, std::size_t n) |
| static const char_type * | find (const char_type *s, std::size_t n, const char_type &a) |
Additional Inherited Members | |
Public Member Functions inherited from std::char_traits< CharT > | |
| T | assign (T...args) |
| T | not_eof (T...args) |
| T | to_int_type (T...args) |
| T | to_char_type (T...args) |
| T | eq (T...args) |
| T | copy (T...args) |
| T | length (T...args) |
| T | lt (T...args) |
| T | eof (T...args) |
| T | find (T...args) |
| T | move (T...args) |
| T | compare (T...args) |
| T | eq_int_type (T...args) |
| typedef CharT nana::casei_char_traits< CharT >::char_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |