12template <
typename Key,
typename Value>
30 operator bool() {
return !this->
Empty(); }
36template <
typename KeyType,
typename ValueType>
Definition Dictionary.h:13
Bool Find(Key &key)
Definition Dictionary.h:25
Value & operator[](Key &at)
Definition Dictionary.h:21
CFDictionary(const CFDictionary &)=default
Bool Empty()
Definition Dictionary.h:23
SizeT fCount
Definition Dictionary.h:33
CFDictionary & operator=(const CFDictionary &)=default
auto make_dict()
Definition Dictionary.h:37