Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isInRange
Function
isInRange
Source/3rdParty/bx/src/string.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace bx
12
{
13
inline bool isInRange(char _ch, char _from, char _to)
14
{
15
return unsigned(_ch - _from) <= unsigned(_to-_from);
16
}
17
18
bool isSpace(char _ch)
19
{
Callers
5
isUpper
Function · 0.85
isLower
Function · 0.85
isNumeric
Function · 0.85
isHexNum
Function · 0.85
isPrint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected