Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ isInt32
Method
isInt32
include/RenderGraph/FrameGraphStructs.hpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
constexpr bool isInt32()const noexcept
195
{
196
return m_value.index() == uint32_t( ValueIndex::eInt32 );
197
}
198
199
constexpr bool isUInt32()const noexcept
200
{
Callers
2
TEST
Function · 0.80
convert
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64