mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-21 14:23:03 +01:00
Compare as strings holding indices/version numbers.
This commit is contained in:
@@ -156,6 +156,12 @@ namespace bx
|
||||
/// Case insensitive string compare.
|
||||
int32_t strCmpI(const char* _lhs, const StringView& _rhs);
|
||||
|
||||
// Compare as strings holding indices/version numbers.
|
||||
int32_t strCmpV(const char* _lhs, const char* _rhs, int32_t _max = INT32_MAX);
|
||||
|
||||
// Compare as strings holding indices/version numbers.
|
||||
int32_t strCmpV(const char* _lhs, const StringView& _rhs);
|
||||
|
||||
/// Get string length.
|
||||
int32_t strLen(const char* _str, int32_t _max = INT32_MAX);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user