MCPcopy Create free account
hub / github.com/MITK/MITK / equal_range

Method equal_range

Modules/CppMicroServices/include/usShrinkableMap.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 std::pair<iterator,iterator> equal_range(const Key& key)
127 {
128 return container.equal_range(key);
129 }
130
131 std::pair<const_iterator,const_iterator> equal_range(const Key& key) const
132 {

Callers 7

operator-=Method · 0.80
AddListenerMethod · 0.80
RemoveListenerMethod · 0.80
SendSelectionMethod · 0.80
AddInfoMethod · 0.80
CreateQtControlMethod · 0.80
RemoveObserversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected