template <typename MapType>
class value_type_helper_map
Defined at line 758 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h
Helper function objects to compare/assign/get keys in small_unordered_set/map.
This helps to abstract away whether value_type is a Key or a pair
<Key
, T>.
Public Methods
bool compare_equal (const PairType & lhs, const Key & rhs)
Defined at line 763 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h
bool compare_equal (const PairType & lhs, const PairType & rhs)
Defined at line 764 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h
void assign (PairType & lhs, const PairType & rhs)
Defined at line 766 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h
Key get_key (const PairType & value)
Defined at line 774 of file ../../third_party/Vulkan-ValidationLayers/src/layers/containers/custom_containers.h