Plasma Engine
2.0
Loading...
Searching...
No Matches
PathUtils_inl.h
1
#pragma once
2
3
PL_ALWAYS_INLINE
bool
plPathUtils::IsPathSeparator
(plUInt32 c)
4
{
5
return
(c ==
'/'
|| c ==
'\\'
);
6
}
plPathUtils::IsPathSeparator
static bool IsPathSeparator(plUInt32 c)
Returns whether c is any known path separator.
Definition
PathUtils_inl.h:3
Code
Engine
Foundation
Strings
Implementation
PathUtils_inl.h
Generated by
1.11.0