A templated wrapper over CCDictElement
, acting as a simple iterator over CCDictionary
.
Class CCDictIterator<K, InpT, T>
#include <Geode/utils/cocos.hpp>
template<class K,class InpT,CocosObject T = std::remove_pointer_t<InpT>>classCCDictIterator{ ... }
Type
Pointer to a type that inherits CCObject.
Examples0
Public static methods0
Public member functions2
std::pair<K,T*>operator*()
No description provided
auto&operator++()
No description provided
Fields1
;
No description provided