class FindResult

Defined at line 90 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp

type returned by find() and end().

Public Methods

void FindResult (bool a, T b)

Defined at line 92 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp

bool operator== (const FindResult & other)

== and != only support comparing against end()

Defined at line 95 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp

bool operator!= (const FindResult & other)

Defined at line 101 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp

std::pair<bool, T> * operator-> ()

Make -> act kind of like an iterator.

Defined at line 104 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp

const std::pair<bool, T> * operator-> ()

Defined at line 105 of file ../../third_party/Vulkan-Utility-Libraries/src/include/vulkan/utility/vk_concurrent_unordered_map.hpp