|
CeresEngine 0.2.0
A game development framework
|
Case insensitive character traits structure. More...
#include <CeresEngine/Foundation/String.hpp>
Static Public Member Functions | |
| static bool | eq (T c1, T c2) |
| static bool | ne (T c1, T c2) |
| static bool | lt (T c1, T c2) |
| static int | compare (const T *s1, const T *s2, size_t n) |
| static const T * | find (const T *s, int n, T a) |
Case insensitive character traits structure.
|
inlinestatic |