template <typename RefType>

class Optional

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

Public Methods

void Optional<RefType> (RefType & reference)

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

void Optional<RefType> (RefType * ptr)

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

void Optional<RefType> (std::nullptr_t )

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

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

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

const RefType * operator-> ()

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

const RefType * get ()

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

bool operator bool ()

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