MCPcopy 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
99template <typename Type>
100bool Optional<Type>::has_value() const
101{
102 return _has_value;
103}
104
105template <typename Type>
106const Type &Optional<Type>::value() const

Callers 1

set_window_propertiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected