Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ has_value
Method
has_value
framework/common/optional.h:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
99
template <typename Type>
100
bool Optional<Type>::has_value() const
101
{
102
return _has_value;
103
}
104
105
template <typename Type>
106
const Type &Optional<Type>::value() const
Callers
1
set_window_properties
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected