started with object proxy
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef DICTIONARY_HPP
|
||||
#define DICTIONARY_HPP
|
||||
|
||||
namespace matador::object {
|
||||
|
||||
template < class Key, class Value >
|
||||
class dictionary {
|
||||
public:
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
}
|
||||
#endif //DICTIONARY_HPP
|
||||
Reference in New Issue
Block a user