started with object proxy
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef COLLECTION_HPP
|
||||
#define COLLECTION_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace matador::object {
|
||||
|
||||
template < class Type >
|
||||
class collection {
|
||||
public:
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
#endif //COLLECTION_HPP
|
||||
Reference in New Issue
Block a user