We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f3c6c commit 464382eCopy full SHA for 464382e
include/plist/Dictionary.h
@@ -60,9 +60,7 @@ public :
60
void Remove(Node* node);
61
void Remove(const std::string& key);
62
std::string GetNodeKey(Node* node);
63
- template <typename T>
64
- T* Get(const std::string& key)
65
- {
+ template <typename T> T* Get(const std::string& key) {
66
return (T*)(_map[key]);
67
}
68
0 commit comments