template <typename RefType>

class Optional

Defined at line 528 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

Public Methods

void Optional<RefType> (RefType & reference)

Defined at line 531 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

void Optional<RefType> (RefType * ptr)

Defined at line 536 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

void Optional<RefType> (std::nullptr_t )

Defined at line 541 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

RefType * operator type-parameter-0-0 * ()

Defined at line 546 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

const RefType * operator-> ()

Defined at line 551 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

bool operator bool ()

Defined at line 556 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp