template <typename Type, typename Dispatch>

struct ResultValue

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

Public Members

Result result
std::vector<UniqueHandle<Type, Dispatch>> value

Public Methods

void ResultValue<std::vector<UniqueHandle<Type, Dispatch> > > (Result r, std::vector<UniqueHandle<Type, Dispatch>> && v)

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

std::tuple<Result, std::vector<UniqueHandle<Type, Dispatch>>> asTuple ()

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

std::tuple<Result, std::vector<UniqueHandle<Type, Dispatch>>> asTuple ()

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