mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added maximum number of items when matching identifier.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace bx
|
||||
StringView findIdentifierMatch(const StringView& _str, const StringView& _word);
|
||||
|
||||
/// Finds any identifier from NULL terminated array of identifiers.
|
||||
StringView findIdentifierMatch(const StringView& _str, const char** _words);
|
||||
StringView findIdentifierMatch(const StringView& _str, const char** _words, int32_t _num = INT32_MAX);
|
||||
|
||||
/// Cross platform implementation of vsnprintf that returns number of
|
||||
/// characters which would have been written to the final string if
|
||||
|
||||
Reference in New Issue
Block a user